Working user order flow spec

This commit is contained in:
2013-12-02 07:38:02 +01:00
parent 7b9b784ef9
commit afb30556bd
15 changed files with 161 additions and 7 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ class Quser
data ||= {}
$.getJSON(data_host + src, $.extend(@authentication_object, data), (res) =>
include_order_buttons = res.my_list || !res.table_occupied
$('.table-number').text(res.table_number) if res.table_number
$('.supplier-name').text(res.supplier_name) if res.supplier_name