mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-18 22:35:10 +00:00
fix: remove payables and receivables workspace
(cherry picked from commit 26a9646407)
# Conflicts:
# erpnext/patches.txt
This commit is contained in:
committed by
ruthra kumar
parent
1786c04298
commit
c48a8868c2
@@ -471,3 +471,4 @@ erpnext.patches.v16_0.migrate_asset_type_checkboxes_to_select
|
|||||||
erpnext.patches.v16_0.update_order_qty_and_requested_qty_based_on_mr_and_po
|
erpnext.patches.v16_0.update_order_qty_and_requested_qty_based_on_mr_and_po
|
||||||
erpnext.patches.v16_0.enable_serial_batch_setting
|
erpnext.patches.v16_0.enable_serial_batch_setting
|
||||||
erpnext.patches.v16_0.update_requested_qty_packed_item
|
erpnext.patches.v16_0.update_requested_qty_packed_item
|
||||||
|
erpnext.patches.v16_0.remove_payables_receivables_workspace
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
import frappe
|
||||||
|
|
||||||
|
|
||||||
|
def execute():
|
||||||
|
for ws in ["Receivables", "Payables"]:
|
||||||
|
frappe.delete_doc_if_exists("Workspace", ws)
|
||||||
Reference in New Issue
Block a user