Browse Source

<Bug Fix> ResetPreInvoiceInfo() Let nPOBAN reset to DEFAULT_LOVECODE;

Snoopy 3 years ago
parent
commit
4db413ea11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TCCInvoice/InvoiceGenerator.cs

+ 1 - 1
TCCInvoice/InvoiceGenerator.cs

@@ -347,7 +347,7 @@ namespace TCCInvoice
             //carrierId2 = null; // 與carrierId1同進退
             mainRemark = null;
             donateMark = 1;
-            nPOBAN = null;
+            nPOBAN = DEFAULT_LOVECODE;
             contactEmail = null;
             contactAddress = null;
             contactPhone = null;