Commit 3f403ac0 by Solo Group

-vsi pln pre

1 parent fef8102a
......@@ -206,6 +206,7 @@ class ViewHome(BaseView):
result = build_request('payment', vendor_produk, invoice_det)
elif 'advice' in request.POST:
id = values['id']
invoice_det = query_id(id).first()
if not invoice_det:
session.flash('Data Tidak Ditemukan', 'error')
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!