mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
[rename] Naming Series is now Document Numbering Series and updated translations
This commit is contained in:
@@ -78,6 +78,11 @@ def run_manufacturing(current_date):
|
||||
b = webnotes.bean("Production Order", pro[0])
|
||||
b.doc.wip_warehouse = "Work in Progress - WP"
|
||||
b.submit()
|
||||
|
||||
# submit material requests
|
||||
for pro in webnotes.conn.get_values("Material Request", {"docstatus": 0}):
|
||||
b = webnotes.bean("Material Request", pro[0])
|
||||
b.submit()
|
||||
|
||||
def make_quotation(current_date):
|
||||
b = webnotes.bean([{
|
||||
|
||||
Reference in New Issue
Block a user