Commit f4bad9a5 by suri

Merge branch 'master' of https://git.opensipkd.com/taufik/esipkd

2 parents 25e7790f 1907c979
......@@ -378,7 +378,7 @@ def view_edit(request):
val.update(dict(
client_type = 3,
invoice_no = val['kd_bayar'],
product_code = 98,
product_code = "98",
description = val['keterangan'],
customer_name = val['nm_perus'],
customer_email = "-",
......@@ -413,7 +413,7 @@ def view_edit(request):
val.update(dict(
client_type = 3,
invoice_no = val['kd_bayar'],
product_code = 98,
product_code = "98",
description = val['keterangan'],
customer_name = val['nm_perus'],
customer_email = "-",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!