Commit cf8c9f93 by Tatang

title

1 parent d0ab97a4
......@@ -149,7 +149,7 @@ class ViewData(BaseView):
customer = invoice.customer
produk = data.produk
form_list = (
('inv_no', invoice.cust_inv_no or '', 'text'),
('invoice_no', invoice.cust_inv_no or '', 'text'),
('customer', customer.nama, 'text'),
('vendor', data.vendor.nama, 'text'),
('denom', produk.kode, 'text'),
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!