mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
fix: Remove print statements
This commit is contained in:
@@ -55,7 +55,6 @@ class Bin(Document):
|
|||||||
self.db_set('projected_qty', self.projected_qty)
|
self.db_set('projected_qty', self.projected_qty)
|
||||||
|
|
||||||
def update_reserved_qty_for_sub_contracting(self):
|
def update_reserved_qty_for_sub_contracting(self):
|
||||||
print("Inininiinin")
|
|
||||||
#reserved qty
|
#reserved qty
|
||||||
reserved_qty_for_sub_contract = frappe.db.sql('''
|
reserved_qty_for_sub_contract = frappe.db.sql('''
|
||||||
select ifnull(sum(itemsup.required_qty),0)
|
select ifnull(sum(itemsup.required_qty),0)
|
||||||
|
|||||||
@@ -316,7 +316,7 @@
|
|||||||
"in_create": 1,
|
"in_create": 1,
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2020-09-07 11:10:35.318872",
|
"modified": "2021-10-08 13:42:51.857631",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Stock Ledger Entry",
|
"name": "Stock Ledger Entry",
|
||||||
|
|||||||
Reference in New Issue
Block a user