Fixed typo
This commit is contained in:
parent
b8011197d9
commit
c649468f37
@ -2,7 +2,7 @@ from __future__ import unicode_literals
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.reload_doc("buying", "doctype", "suppplier_quotation")
|
||||
frappe.reload_doc("buying", "doctype", "supplier_quotation")
|
||||
frappe.db.sql("""UPDATE `tabSupplier Quotation`
|
||||
SET valid_till = DATE_ADD(transaction_date , INTERVAL 1 MONTH)
|
||||
WHERE docstatus < 2""")
|
||||
WHERE docstatus < 2""")
|
||||
|
Loading…
x
Reference in New Issue
Block a user