add api method
This commit is contained in:
parent
3ea47162c5
commit
6025a9890a
2 changed files with 7 additions and 6 deletions
|
|
@ -230,22 +230,18 @@ def get_clients(options):
|
|||
def upsert_estimate(data):
|
||||
pass
|
||||
|
||||
|
||||
@frappe.whitelist()
|
||||
def upsert_job(data):
|
||||
pass
|
||||
|
||||
|
||||
@frappe.whitelist()
|
||||
def upsert_invoice(data):
|
||||
pass
|
||||
|
||||
|
||||
@frappe.whitelist()
|
||||
def upsert_warranty(data):
|
||||
pass
|
||||
|
||||
|
||||
@frappe.whitelist()
|
||||
def upsert_client(data):
|
||||
data = json.loads(data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue