diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-09-15 11:02:08 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-09-15 11:02:08 +0000 |
| commit | e432f70b5588c1ab86add20ee15df20d2f2a3876 (patch) | |
| tree | dbbddf56c656a36bc658ceacd8a080df4918b36a /indoteknik_custom/views | |
| parent | d7647af478bfe2c1b60f00ff2e13327c0ec09be2 (diff) | |
| parent | 4c305c1ac192d5610dedbc90723281dd09bc0a97 (diff) | |
Merged in refund_system (pull request #415)
Refund system
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/refund_sale_order.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/refund_sale_order.xml b/indoteknik_custom/views/refund_sale_order.xml index 0c6cd371..51f3deab 100644 --- a/indoteknik_custom/views/refund_sale_order.xml +++ b/indoteknik_custom/views/refund_sale_order.xml @@ -92,7 +92,7 @@ </div> <field name="show_approval_alert" invisible="1"/> <div class="alert alert-info" role="alert" - attrs="{'invisible': ['|', ('show_approval_alert', '=', False), ('status', 'in', ['reject', 'refund'])]}"> + attrs="{'invisible': ['|', ('show_approval_alert', '=', False), '|', ('status', 'in', ['reject', 'refund']), ('refund_type', 'not in', ['retur_full', 'retur_sebagian'])]}"> ⚠️ SO sudah melakukan retur barang. Silakan lanjutkan refund. </div> </xpath> |
