add precision in payment page

This commit is contained in:
phyusin
2018-02-21 11:17:25 +06:30
parent 28252e9e87
commit 317a79446f
2 changed files with 58 additions and 32 deletions

View File

@@ -217,7 +217,9 @@ class Origami::PaymentsController < BaseOrigamiController
@rounding_adj = @sale_data.rounding_adjustment
end
#end rounding adjustment
# get printer info
@print_settings = PrintSetting.get_precision_delimiter()
#get customer amount
@customer = Customer.find(@sale_data.customer_id)