mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
fix: linter trilaing whitespace
This commit is contained in:
committed by
marination
parent
48da3b4482
commit
ea6d6e31b3
@@ -27,7 +27,7 @@ class Quotation(SellingController):
|
|||||||
self.set_status()
|
self.set_status()
|
||||||
self.validate_uom_is_integer("stock_uom", "qty")
|
self.validate_uom_is_integer("stock_uom", "qty")
|
||||||
self.validate_valid_till()
|
self.validate_valid_till()
|
||||||
self.validate_shopping_cart_items()
|
self.validate_shopping_cart_items()
|
||||||
self.set_customer_name()
|
self.set_customer_name()
|
||||||
if self.items:
|
if self.items:
|
||||||
self.with_items = 1
|
self.with_items = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user