Skip to content

Commit

Permalink
[FIX]pms: product type -> product detailed_type
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioLodeiros committed Oct 1, 2024
1 parent b2b8355 commit 8f854d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pms/models/pms_room_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def create(self, vals):
{
"purchase_ok": False,
"sale_ok": False,
"type": "service",
"detailed_type": "service",
}
)
return super().create(vals)
Expand Down

0 comments on commit 8f854d1

Please sign in to comment.