mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
fix(dead-code): Remove .py files (#16462)
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and contributors
|
|
||||||
# For license information, please see license.txt
|
|
||||||
|
|
||||||
from __future__ import unicode_literals
|
|
||||||
import frappe
|
|
||||||
from frappe.model.document import Document
|
|
||||||
|
|
||||||
class Lead(Document):
|
|
||||||
pass
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
import frappe
|
|
||||||
|
|
||||||
def set_required_items(production_order):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def reserve_for_production(production_order):
|
|
||||||
'''Reserve pending raw materials for production'''
|
|
||||||
pass
|
|
||||||
Reference in New Issue
Block a user