Commit cb665c86 by Solo Group

auto-push

1 parent b87f3794
......@@ -390,7 +390,7 @@ class Vendor(VendorClass):
self.amt_buy = result["total"]
jual = self.vendor_produk.produk.harga*i
self.discount = rincian["admin"] - jual
self.amt_sell = rincian["subtotal"] - self.discount
self.amt_sell = result["subtotal"] - self.discount
result["discount"] = self.discount
result["total"] = self.amt_sell
result['jml_data'] = i
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!