Commit de8ace71 by Solo Group

VSI

1 parent 2f7ad87e
...@@ -199,7 +199,8 @@ class Vendor(VendorClass): ...@@ -199,7 +199,8 @@ class Vendor(VendorClass):
else: else:
self.amt_buy = "price" in data and data["price"] or 0 self.amt_buy = "price" in data and data["price"] or 0
parsd.update(inq) inq.update(parsd)
parsd = inq
# parsd["total"] = self.amt_sell # parsd["total"] = self.amt_sell
# parsd["discount"] = self.discount # parsd["discount"] = self.discount
# parsd["subtotal"] = self.amt_sell+self.discount # parsd["subtotal"] = self.amt_sell+self.discount
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!