mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
* fix: only validate qty for main non-subassy items (cherry picked from commit3d43c437ad) * fix: subassembly items linked to temporary name Production Plan tables for po_items and sub_assembly_items are prepared client side so both dont exist at time of first save or modifying and hence any "links" created are invalid. This change retains temporary name so it can be relinked server side after naming is performed. Co-Authored-By: Marica <maricadsouza221197@gmail.com> (cherry picked from commit5b1d6055e6) * test: dont resubmit WO [skip ci] Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
@@ -352,6 +352,6 @@ erpnext.patches.v13_0.update_reserved_qty_closed_wo
|
||||
erpnext.patches.v13_0.amazon_mws_deprecation_warning
|
||||
erpnext.patches.v13_0.set_work_order_qty_in_so_from_mr
|
||||
erpnext.patches.v13_0.update_accounts_in_loan_docs
|
||||
erpnext.patches.v13_0.remove_unknown_links_to_prod_plan_items
|
||||
erpnext.patches.v13_0.remove_unknown_links_to_prod_plan_items # 24-03-2022
|
||||
erpnext.patches.v13_0.rename_non_profit_fields
|
||||
erpnext.patches.v13_0.enable_ksa_vat_docs #1
|
||||
|
||||
Reference in New Issue
Block a user