From 89e1bb3dcccc25a9bda8ca22f3a88aadc8c59beb Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期三, 16 四月 2025 16:09:24 +0800
Subject: [PATCH] update

---
 jrj/project/printview/Template.Print.Dialog.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jrj/project/printview/Template.Print.Dialog.cpp b/jrj/project/printview/Template.Print.Dialog.cpp
index 64ed39d..6d5f4ee 100644
--- a/jrj/project/printview/Template.Print.Dialog.cpp
+++ b/jrj/project/printview/Template.Print.Dialog.cpp
@@ -112,7 +112,7 @@
 		xstring sguid = publiccode::GetGuid();
 		xstring sname = sguid + L".xsl";
 		xstring entityName = m_EntityName;
-		xstring entitys = L",CD,GDN3,AP,AP3,PO,PurchaseOrder,Quote,Quote1,SaleOrder,VATNotify,";
+		xstring entitys = L",CD,GDN3,PO,PurchaseOrder,Quote,Quote1,SaleOrder,VATNotify,";
 		if(entitys.find(entityName) < 0)
 			entityName = L"SaleOrder";
 		xstring suri = L"rpttemplate\\" + entityName; //rpttemplate\SO

--
Gitblit v1.9.3