diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-05-25 11:59:33 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-05-25 11:59:33 +0700 |
| commit | ae2dcf170e30653418a2026f215768015b19eb21 (patch) | |
| tree | a0a1f82b17f85eab1478a149c38eb390204ad9bf /indoteknik_custom/views | |
| parent | d0bcbd1b93719b2145a5cdc131f6fa6c9272a4e6 (diff) | |
fix bug purchasing job
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/purchasing_job.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml index 290955cf..16f1bedd 100644 --- a/indoteknik_custom/views/purchasing_job.xml +++ b/indoteknik_custom/views/purchasing_job.xml @@ -14,7 +14,7 @@ <field name="onhand"/> <field name="incoming"/> <field name="outgoing"/> - <field name="status_apo"/> + <field name="status_apo" invisible="1"/> <field name="action"/> <field name="note"/> </tree> |
