Skip to content

Commit

Permalink
[UPD] ssi_stock_account
Browse files Browse the repository at this point in the history
* Memperbaiki tampilan SVL
* Memperbaiki algo recompute SVL usage
  • Loading branch information
andhit-r committed Aug 6, 2024
1 parent 0cc9e8d commit 84a66b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ def _confirm(self):
"stock_valuation_layer_id": self.svl_id.id,
"dest_stock_valuation_layer_id": dest_svl.id,
"quantity": qty,
"value": qty * dest_svl.unit_cost,
"value": qty * self.svl_id.unit_cost,
}
Usage.create(data)

0 comments on commit 84a66b8

Please sign in to comment.