update control payment multiple

This commit is contained in:
Aung Myo
2018-01-16 14:13:01 +06:30
parent d6a4b3992d
commit f2daaae801
2 changed files with 4 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ class OrderQueueStation < ApplicationRecord
end
end
end
if oqs.auto_print
if oqs_order_items.length > 0
print_slip(oqs, order, oqs_order_items)