commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7390 - trunk/gnue-packages/supply-chain/billing


From: kilo
Subject: [gnue] r7390 - trunk/gnue-packages/supply-chain/billing
Date: Mon, 18 Apr 2005 03:37:51 -0500 (CDT)

Author: kilo
Date: 2005-04-18 03:37:50 -0500 (Mon, 18 Apr 2005)
New Revision: 7390

Modified:
   trunk/gnue-packages/supply-chain/billing/billing.gcd
Log:
Fixed typo

Modified: trunk/gnue-packages/supply-chain/billing/billing.gcd
===================================================================
--- trunk/gnue-packages/supply-chain/billing/billing.gcd        2005-04-18 
08:33:51 UTC (rev 7389)
+++ trunk/gnue-packages/supply-chain/billing/billing.gcd        2005-04-18 
08:37:50 UTC (rev 7390)
@@ -160,7 +160,7 @@
 
       try:
         items = find('BILLING_Item', \
-            {'BILLING_head':self.gnue_id, 'BILLING_prodVAT':rate), \
+            {'BILLING_head':self.gnue_id, 'BILLING_prodVAT':rate}, \
             [], \
             [SumTypes[type]])
 
@@ -310,6 +310,7 @@
 
       sellerList = find('BILLING_Company', {'BILLING_code': '1'}, [], [])
       if sellerList:
+        self.seller      = sellerList[0]
         self.sellerName  = sellerList[0].BILLING_name
         self.sellerAddr1 = sellerList[0].BILLING_addr1
         self.sellerAddr2 = sellerList[0].BILLING_addr2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]