This commit is contained in:
Rizki
2026-03-24 13:18:50 +07:00
parent 952f760b9b
commit 5a98eb97b3

View File

@ -211,6 +211,7 @@ class ProcJustificationAdapter extends Adapter {
qryVendor += "name='" + vendor.vendorname + "',";
qryVendor += "address='" + vendor.address + "',";
qryVendor += "phone='" + vendor.phone + "',";
qryVendor += vendor.currency_id ? "currency_id='" + vendor.currency_id + "'," : "";
qryVendor += "iby='" + nik + "',idt=now()";
db.query(qryVendor, [], function (errVendor, resultVendor) {