Commit 5372058b by yasir

perbaikan

1 parent 36c01951
......@@ -23,8 +23,8 @@ class Vendor(VendorClass): # VendorClass
print('partner imid >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>')
print()
np_imid = self.invoice_det.partner.np_imid
np_key = self.invoice_det.partner.np_key
np_imid = self.invoice_det.customer.np_imid
np_key = self.invoice_det.customer.np_key
if not np_imid:
np_imid = 'np_mid' in settings and settings['np_mid'] or None
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!