[refactor] Client-side permission handling
diff --git a/patches/1311/p06_update_user_properties.py b/patches/1312/p02_update_user_properties.py
similarity index 100%
rename from patches/1311/p06_update_user_properties.py
rename to patches/1312/p02_update_user_properties.py
diff --git a/patches/1311/p07_move_warehouse_user_to_restrictions.py b/patches/1312/p03_move_warehouse_user_to_restrictions.py
similarity index 100%
rename from patches/1311/p07_move_warehouse_user_to_restrictions.py
rename to patches/1312/p03_move_warehouse_user_to_restrictions.py
diff --git a/patches/1311/p08_new_permissions.py b/patches/1312/p04_new_permissions.py
similarity index 100%
rename from patches/1311/p08_new_permissions.py
rename to patches/1312/p04_new_permissions.py
diff --git a/patches/patch_list.py b/patches/patch_list.py
index 30a4fc9..d5d50b6 100644
--- a/patches/patch_list.py
+++ b/patches/patch_list.py
@@ -254,15 +254,15 @@
"patches.1311.p04_update_comments",
"patches.1311.p05_website_brand_html",
"patches.1311.p06_fix_report_columns",
- "patches.1311.p06_update_user_properties",
"execute:webnotes.delete_doc('DocType', 'Documentation Tool')",
"execute:webnotes.delete_doc('Report', 'Stock Ledger') #2013-11-29",
- "patches.1312.p01_delete_old_stock_reports",
"execute:webnotes.delete_doc('Report', 'Payment Collection With Ageing')",
"execute:webnotes.delete_doc('Report', 'Payment Made With Ageing')",
"patches.1311.p07_scheduler_errors_digest",
"patches.1311.p08_email_digest_recipients",
"execute:webnotes.delete_doc('DocType', 'Warehouse Type')",
- "patches.1311.p07_move_warehouse_user_to_restrictions",
- "patches.1311.p08_new_permissions",
+ "patches.1312.p01_delete_old_stock_reports",
+ "patches.1312.p02_update_user_properties",
+ "patches.1312.p03_move_warehouse_user_to_restrictions",
+ "patches.1312.p04_new_permissions",
]
\ No newline at end of file