update call waiter and sale item

This commit is contained in:
Aung Myo
2017-12-06 13:43:22 +06:30
parent f4a7e1baa0
commit 7aa1627e90
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@
<td colspan="5">&nbsp;</td> <td colspan="5">&nbsp;</td>
<td style="border-top:2px solid grey;">Net Amount</td> <td style="border-top:2px solid grey;">Net Amount</td>
<!-- <td><span class="double_underline"><%= grand_total.to_f - @discount_data.to_f%></span></td> --> <!-- <td><span class="double_underline"><%= grand_total.to_f - @discount_data.to_f%></span></td> -->
<td style="border-top:2px solid grey;"><%= grand_total + total_tax%></td> <td style="border-top:2px solid grey;"><%= grand_total.to_f + total_tax.to_f%></td>
</tr> </tr>
<!-- <tr> <!-- <tr>
<td colspan="5">&nbsp;</td> <td colspan="5">&nbsp;</td>

View File

@@ -18,6 +18,6 @@ module SXRestaurants
config.active_record.time_zone_aware_types = [:datetime, :time] config.active_record.time_zone_aware_types = [:datetime, :time]
config.active_job.queue_adapter = :sidekiq config.active_job.queue_adapter = :sidekiq
config.time_zone = 'Asia/Rangoon' config.time_zone = 'Asia/Rangoon'
end end
end end