Commit 50ca428a by Solo Group

partner_log

1 parent d70f882a
......@@ -360,7 +360,7 @@ class VendorClass(object):
def save_log(self, typ):
# if not self.partner_log:
row = self.partner_log and self.partner_log or PartnerLog()
row = self.partner_log or PartnerLog()
row.vendor_id = self.vendor_id
row.produk_id = self.produk_id
row.bill_no = self.bill_no
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!