brotherton-erpnext/erpnext/controllers
Ankush Menat dd11f26eba
fix: dont update RM items table if not required (#31408)
Currently on PO update RM item table is auto computed again and again,
if there was any transfer/consumption against that then it will be lost.

This change:
1. Disables updating RM table if no change in qty of FG was made. Since
   RM table can't possibly be different with same FG qty.
2. Blocks update completely if qty is changed and RM items are already
   transferred.
2022-06-27 15:55:08 +05:30
..
tests style: format code with black 2022-03-28 18:52:46 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
accounts_controller.py fix: dont update RM items table if not required (#31408) 2022-06-27 15:55:08 +05:30
buying_controller.py fix: prevent bypassing forced valuation rate 2022-05-12 19:01:26 +05:30
employee_boarding_controller.py style: format code with black 2022-03-28 18:52:46 +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 fix: purchase invoice return GLe 2022-06-07 12:08:20 +05:30
selling_controller.py fix: prevent bypassing forced valuation rate 2022-05-12 19:01:26 +05:30
status_updater.py refactor: if() to CASE WHEN (#31360) 2022-06-17 21:17:48 +05:30
stock_controller.py fix: internal transfer GLE validation 2022-06-08 19:26:40 +05:30
subcontracting.py refactor!: change "is_subcontracted" field type from "Select" to "Check" 2022-04-01 13:22:44 +05:30
taxes_and_totals.py fix: Use get instead of dot 2022-04-06 04:31:13 +00:00
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