diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/purchasing_job.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml index c307ce11..bad4b938 100644 --- a/indoteknik_custom/views/purchasing_job.xml +++ b/indoteknik_custom/views/purchasing_job.xml @@ -7,6 +7,7 @@ <tree create="false" multi_edit="1"> <field name="product_id"/> <field name="vendor_id"/> + <field name="purchase_representative_id"/> <field name="brand"/> <field name="item_code"/> <field name="product"/> @@ -37,6 +38,7 @@ <field name="onhand"/> <field name="incoming"/> <field name="outgoing"/> + <field name="purchase_representative_id"/> </group> </group> </sheet> |
