Skip to content

Commit

Permalink
Merge pull request #35637 from dimagi/jls/accounting-admin-reports-again
Browse files Browse the repository at this point in the history
Remove Save and Favorites buttons from remaining accounting admin pages
  • Loading branch information
orangejenny authored Jan 20, 2025
2 parents 3d84ee6 + b780cac commit 703e2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/accounting/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def invoice_cost_cell(invoice):
class AddItemInterface(GenericTabularReport):
base_template = 'accounting/partials/add_new_item_button.html'
exportable = True
is_admin_report = True

item_name = None
new_item_view = None
Expand Down Expand Up @@ -143,7 +144,6 @@ class AccountingInterface(AddItemInterface):
slug = "accounts"
dispatcher = AccountingAdminInterfaceDispatcher
hide_filters = False
is_admin_report = True
item_name = "Billing Account"

fields = [
Expand Down

0 comments on commit 703e2d8

Please sign in to comment.