Fixed typo

This commit is contained in:
rohitwaghchaure 2020-05-15 11:35:41 +05:30 committed by GitHub
parent b8011197d9
commit c649468f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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""")