Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant into sqa-1804-001

This commit is contained in:
phyusin
2018-05-17 14:12:37 +06:30

View File

@@ -29,6 +29,7 @@ class Origami::VoidController < BaseOrigamiController
end
end
sale.rounding_adjustment = 0.0
sale.payment_status = 'void'
sale.sale_status = 'void'
sale.save