mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 08:02:51 +00:00
Fixed typo
This commit is contained in:
@@ -2,7 +2,7 @@ from __future__ import unicode_literals
|
|||||||
import frappe
|
import frappe
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
frappe.reload_doc("buying", "doctype", "suppplier_quotation")
|
frappe.reload_doc("buying", "doctype", "supplier_quotation")
|
||||||
frappe.db.sql("""UPDATE `tabSupplier Quotation`
|
frappe.db.sql("""UPDATE `tabSupplier Quotation`
|
||||||
SET valid_till = DATE_ADD(transaction_date , INTERVAL 1 MONTH)
|
SET valid_till = DATE_ADD(transaction_date , INTERVAL 1 MONTH)
|
||||||
WHERE docstatus < 2""")
|
WHERE docstatus < 2""")
|
||||||
Reference in New Issue
Block a user