Skip to content

Commit

Permalink
[UPD] ssi_rma
Browse files Browse the repository at this point in the history
* Memperbaiki pembuatan receipt dari supplier RMA
  • Loading branch information
andhit-r committed Jul 25, 2024
1 parent fec4be1 commit a0898a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssi_rma/models/rma_line_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def _get_receipt_procurement_data(self):
"customer_rma_line_ids": [(4, self.id)],
}
)
elif self._name == "rm_supplier_line":
elif self._name == "rma_supplier_line":
result.update(
{
"supplier_rma_line_ids": [(4, self.id)],
Expand Down

0 comments on commit a0898a6

Please sign in to comment.