diff options
| -rw-r--r-- | indoteknik_custom/views/tukar_guling.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index b3fae602..1556adcb 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -83,6 +83,7 @@ <group> <group> <field name="date" string="Date" readonly="1"/> + <field name="return_type"/> <field name="in_num" string="BU/In" attrs="{ 'invisible': [('return_type', 'not in', ['debit_memo', 'revisi_po', 'tukar_guling'])], @@ -94,10 +95,9 @@ 'invisible': [('return_type', 'not in', ['revisi_so', 'credit_memo', 'tukar_guling'])], 'required': [('return_type', 'in', ['revisi_so', 'credit_memo'])] }"/> - <field name="ba_num" string="Nomor BA"/> </group> <group> - <field name="return_type"/> + <field name="ba_num" string="Nomor BA"/> <field name="notes"/> <!-- <field name="state" readonly="1"/>--> </group> |
