Skip to content

Commit

Permalink
[UPD] ssi_rma_account
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Mar 22, 2024
1 parent 541a5fe commit b56a78c
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 @@ -14,5 +14,5 @@ class RMASupplier(models.Model):
def _prepare_refund_data(self):
_super = super(RMASupplier, self)
result = _super._prepare_refund_data()
result["move_type"] == "in_refund"
result["move_type"] = "in_refund"
return result

0 comments on commit b56a78c

Please sign in to comment.