Skip to content

Commit

Permalink
[ADD] ssi_rma_account
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Jan 4, 2024
1 parent c3ddeee commit 6397156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssi_rma_account/models/rma_supplier.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class RMASupplier(models.Model):
_inherit = ["rma_supplier", "rma_order_mixin"]

# pylint: disable=pointless-statement
def _prepare_refund_data(self): # pylint: disable=pointless-statement
def _prepare_refund_data(self):
_super = super(RMASupplier, self)
result = _super._prepare_refund_data()
result["move_type"] == "in_refund"
Expand Down

0 comments on commit 6397156

Please sign in to comment.