Skip to content

Commit

Permalink
[ADD][pos_credit_card_installment]: Removing filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
devodoo88 committed Nov 29, 2023
1 parent 3d66bfd commit aae4926
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pos_credit_card_installment/models/pos_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def _pos_ui_models_to_load(self):
def _loader_params_account_card_installment(self):
return {
'search_params': {
'domain': [('card_id', '!=', False)],
'fields': [
'card_id', 'name', 'installment', 'divisor', 'surcharge_coefficient', 'bank_discount', 'active', 'financial_surcharge'
],
Expand Down

0 comments on commit aae4926

Please sign in to comment.