Skip to content

Commit

Permalink
fix: query params
Browse files Browse the repository at this point in the history
  • Loading branch information
anhilmy committed Aug 20, 2024
1 parent 5fc8718 commit 47a41cf
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,12 @@ def post_room_charges(parent_id, tobe_posted_list):
PROFIT_SHARING_ACCOUNT = room_post_settings.profit_sharing_account
COMMISION_TRANSACTION_TYPE = room_post_settings.profit_sharing_transaction_type
channel_exclude_tax = frappe.get_list("Inn Channel Tax Exclude",
{
"parenttype": "Inn Hotels Setting",
"parent": "Inn Hotels Setting",
"parentfield": "inn_channel_exclude_tax"
},
parent_doctype='Inn Hotels Setting',
{
"parenttype": "Inn Hotels Setting",
"parent": "Inn Hotels Setting",
"parentfield": "inn_channel_exclude_tax"
},
pluck="channel"
)
maximum_price_exclude_tax, inn_tax_exclude = frappe.get_value("Inn Hotels Setting", None, ["maximum_payment_exclude", "inn_tax_exclude_option"], as_dict=1)
Expand Down

0 comments on commit 47a41cf

Please sign in to comment.