Commit cf8c9f93 by Tatang

title

1 parent d0ab97a4
...@@ -149,7 +149,7 @@ class ViewData(BaseView): ...@@ -149,7 +149,7 @@ class ViewData(BaseView):
customer = invoice.customer customer = invoice.customer
produk = data.produk produk = data.produk
form_list = ( form_list = (
('inv_no', invoice.cust_inv_no or '', 'text'), ('invoice_no', invoice.cust_inv_no or '', 'text'),
('customer', customer.nama, 'text'), ('customer', customer.nama, 'text'),
('vendor', data.vendor.nama, 'text'), ('vendor', data.vendor.nama, 'text'),
('denom', produk.kode, '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!