Skip to content

Commit

Permalink
Merge PR #16 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by andhit-r
  • Loading branch information
ssi-bot committed Mar 22, 2024
2 parents 541a5fe + b56a78c commit 7294ebb
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 7294ebb

Please sign in to comment.