diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-03 09:55:53 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-03 09:55:53 +0700 |
| commit | a0283aca9be5eecb27a6909ed712f57b55931db0 (patch) | |
| tree | 277d2940411c8ea1716148b25269945601946e4c | |
| parent | e3875c149ba913582a3fe28a31003e8332a7893e (diff) | |
fix error
| -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 2fe343b4..b0ecd359 100644 --- a/indoteknik_custom/views/purchasing_job.xml +++ b/indoteknik_custom/views/purchasing_job.xml @@ -64,7 +64,7 @@ <field name="item_code"/> <field name="brand"/> <field name="vendor_id"/> - <field name="user_id"/> + <field name="purchase_representative_id"/> </search> </field> </record> |
