fix: linter trilaing whitespace

This commit is contained in:
Devin Slauenwhite 2021-12-31 10:45:51 -05:00 committed by marination
parent 48da3b4482
commit ea6d6e31b3

View File

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