Skip to content

Commit

Permalink
[UPD] ssi_product
Browse files Browse the repository at this point in the history
* Memperbaiki action price rule pada form pricelist
  • Loading branch information
andhit-r committed Jul 2, 2024
1 parent 4426afd commit d60b93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssi_product/models/product_pricelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def action_view_price_rules(self):
context = ast.literal_eval(context)
context.update(
{
"default_priceist_id": self.id,
"default_pricelist_id": self.id,
}
)
action["context"] = context
Expand Down

0 comments on commit d60b93f

Please sign in to comment.