summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-09-19 10:46:55 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-09-19 10:46:55 +0000
commit91436af5fbf15a44130336ddd27f3e020668fbef (patch)
tree246176639ed17cf123d238d1bf1133f8ec256e95
parentb07468846b95803f21b81191013651fac2d9adb4 (diff)
parentc1b61f16ac40b400e85c9e4c5992f056560ac308 (diff)
Merged in fix_refundso_retur (pull request #424)
<Miqdad> match return type tukgul
-rw-r--r--indoteknik_custom/models/refund_sale_order.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/refund_sale_order.py b/indoteknik_custom/models/refund_sale_order.py
index 4ee76006..6695df56 100644
--- a/indoteknik_custom/models/refund_sale_order.py
+++ b/indoteknik_custom/models/refund_sale_order.py
@@ -1146,7 +1146,7 @@ class RefundSaleOrder(models.Model):
'origin': ','.join(refund.sale_order_ids.mapped('name')),
'origin_so': refund.sale_order_ids.id,
'operations': picking.id,
- 'return_type': 'revisi_so',
+ 'return_type': 'retur_so',
'invoice_id': [(6, 0, refund.invoice_ids.ids)],
'refund_id': refund.id,
'line_ids': line_vals,