Commit c3cde7ed by Solo Group

auto-push

1 parent f31d5b47
...@@ -328,7 +328,7 @@ def advice(request, data): ...@@ -328,7 +328,7 @@ def advice(request, data):
discount=p.discount or 0, 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 or "", )
) )
dat["produk"] = r_prod dat["produk"] = r_prod
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!