Commit d9666be3 by suri

eror pembayaran manual

1 parent 70f576a5
......@@ -267,6 +267,8 @@ def save(request, values, row=None):
if not row.tahun_id:
row.tahun_id = datetime.now().strftime('%Y')
##query invoice 27-06-2022
if 'invoice_no' not in values:
values['invoice_no'] = values['kode']
ref = DBSession.query(ARInvoice).\
filter(ARInvoice.kode==values['invoice_no']).\
first()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!