Commit 36d7fd18 by yasir

perbaikan

1 parent dc8ec938
...@@ -412,7 +412,7 @@ def build_request_json(denom, row, produks): ...@@ -412,7 +412,7 @@ def build_request_json(denom, row, produks):
}, },
"customer": { "customer": {
"name": row.inv_cust_nm or "", "name": row.inv_cust_nm or "",
"phone": row.inv_cust_email or "", "phone": row.inv_cust_phone or "",
"email": row.inv_cust_email or "", "email": row.inv_cust_email or "",
"address": row.inv_cust_addr or "", "address": row.inv_cust_addr or "",
"city": row.inv_cust_city or "", "city": row.inv_cust_city or "",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!