Commit f31d5b47 by Solo Group

auto-push

1 parent 20643e83
...@@ -325,7 +325,7 @@ def advice(request, data): ...@@ -325,7 +325,7 @@ def advice(request, data):
r_prod.append(dict(denom=produk.kode, r_prod.append(dict(denom=produk.kode,
id_pel=p.id_pel, id_pel=p.id_pel,
subtotal=(p.amt_sell or 0) + (p.discount or 0), subtotal=(p.amt_sell or 0) + (p.discount or 0),
discount=p.discount, discount=p.discount or 0,
total=p.amt_sell, total=p.amt_sell,
status=status, status=status,
serial_number=p.serial_number, ) serial_number=p.serial_number, )
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!