From f1da53ed01b0be0499cea068b0f3adcb23016575 Mon Sep 17 00:00:00 2001 From: Saif Ur Rehman Date: Thu, 25 Apr 2019 00:14:14 +0500 Subject: [PATCH] fix(Product Bundle Balance): Remove custom roles --- .../product_bundle_balance.json | 41 +------------------ 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/erpnext/stock/report/product_bundle_balance/product_bundle_balance.json b/erpnext/stock/report/product_bundle_balance/product_bundle_balance.json index 06536da67e..420df59889 100644 --- a/erpnext/stock/report/product_bundle_balance/product_bundle_balance.json +++ b/erpnext/stock/report/product_bundle_balance/product_bundle_balance.json @@ -16,47 +16,8 @@ "report_name": "Product Bundle Balance", "report_type": "Script Report", "roles": [ - { - "role": "Accounts Manager" - }, { "role": "Stock User" - }, - { - "role": "Warehouse Incharge TS" - }, - { - "role": "Delivery Officer TS" - }, - { - "role": "System Manager" - }, - { - "role": "Manager Accounts TS" - }, - { - "role": "Director TS" - }, - { - "role": "Delivery Manager TS" - }, - { - "role": "Single Director TS" - }, - { - "role": "Return Officer TS" - }, - { - "role": "Cashier HO TS" - }, - { - "role": "Display Incharge TS" - }, - { - "role": "Purchase Manager TS" - }, - { - "role": "Sales Director TS" } ] -} \ No newline at end of file +}