From ea6d6e31b39be25edf04d5a32eb05c67ae9d9f6c Mon Sep 17 00:00:00 2001 From: Devin Slauenwhite Date: Fri, 31 Dec 2021 10:45:51 -0500 Subject: [PATCH] fix: linter trilaing whitespace --- erpnext/selling/doctype/quotation/quotation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/selling/doctype/quotation/quotation.py b/erpnext/selling/doctype/quotation/quotation.py index a06f0420df..9a5d1b197c 100644 --- a/erpnext/selling/doctype/quotation/quotation.py +++ b/erpnext/selling/doctype/quotation/quotation.py @@ -27,7 +27,7 @@ class Quotation(SellingController): self.set_status() self.validate_uom_is_integer("stock_uom", "qty") self.validate_valid_till() - self.validate_shopping_cart_items() + self.validate_shopping_cart_items() self.set_customer_name() if self.items: self.with_items = 1