mirror of
https://github.com/bcomsugi/dasaproject.git
synced 2026-01-08 18:42:37 +07:00
update BGR itemreceipt PPN11percent
This commit is contained in:
parent
8b7784f536
commit
5ea606f25e
@ -118,7 +118,8 @@ class PurchaseOrderQuery:
|
||||
TxnLineID = self.create_sub_element(ET, LinkToTxn, "TxnLineID", itemline['TxnLineID'],12 )
|
||||
|
||||
PPN11percent = round(0.11*DNTotalAmount ,2)
|
||||
if self.DN['BRANCH']!=None and self.DN['BRANCH']!='BGR' and DNTotalAmount:
|
||||
# if self.DN['BRANCH']!=None and self.DN['BRANCH']!='BGR' and DNTotalAmount:
|
||||
if self.DN['BRANCH']!=None and DNTotalAmount:
|
||||
ItemLineAdd = self.create_sub_element(ET, ItemReceiptAdd, "ItemLineAdd", "\n ", 10 )
|
||||
ItemRef = self.create_sub_element(ET, ItemLineAdd, "ItemRef", "\n ", 12 )
|
||||
ItemRef = self.create_sub_element(ET, ItemRef, "FullName", "PPN Masukan", 14 )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user