brotherton-erpnext/erpnext/controllers
mergify[bot] 89f516c32b
fix: assign duplicate_items_msg outside conditional (backport #31639) (#31650)
fix: assign duplicate_items_msg outside conditional (#31639)

duplicate_items_msg was defined inside if the statement  of stock_item so when duplicate was found in non_stock_item it raised referenced before assignment

(cherry picked from commit 8e23c6ad69dee213f0252d2b231317490fab760f)

Co-authored-by: Maharshi Patel <39730881+maharshivpatel@users.noreply.github.com>
2022-07-21 13:57:03 +05:30
..
tests refactor: backport old subcontracting code 2022-06-20 23:10:02 +05:30
__init__.py
accounts_controller.py Merge pull request #31566 from deepeshgarg007/ignore_account_currency 2022-07-11 21:14:02 +05:30
buying_controller.py Merge branch 'develop' into subcontracting 2022-07-07 09:56:23 +05:30
employee_boarding_controller.py chore: update import paths for HR 2022-06-15 12:43:45 +05:30
item_variant.py style: format code with black 2022-03-28 18:52:46 +05:30
print_settings.py style: format code with black 2022-03-28 18:52:46 +05:30
queries.py refactor: if() to CASE WHEN (#31360) 2022-06-17 21:17:48 +05:30
sales_and_purchase_return.py Merge branch 'develop' into subcontracting 2022-06-08 04:27:24 -07:00
selling_controller.py fix: assign duplicate_items_msg outside conditional (backport #31639) (#31650) 2022-07-21 13:57:03 +05:30
status_updater.py refactor: if() to CASE WHEN (#31360) 2022-06-17 21:17:48 +05:30
stock_controller.py fix: change frappe.db.sql to frappe.qb 2022-07-20 16:02:13 +05:30
subcontracting_controller.py refactor: backport old subcontracting code 2022-06-20 23:10:02 +05:30
taxes_and_totals.py chore: use get instead of . operator 2022-07-03 11:02:21 +05:30
trends.py style: format code with black 2022-03-28 18:52:46 +05:30
website_list_for_contact.py style: format code with black 2022-03-28 18:52:46 +05:30