Added open food/freetext commands
This commit is contained in:
@@ -59,6 +59,7 @@ let getOrderScreenData (id: int) =
|
||||
order_screen_pages = Entity.getAllInVenue<order_screen_page_group>
|
||||
sales_categories = Entity.getAllInVenue<sales_category>
|
||||
print_groups = Entity.getAllInVenue<print_group>
|
||||
custom_item = Entity.getAllByColumn<item> "item_code" "OPEN000" |> first
|
||||
|}
|
||||
|> ajaxSuccess
|
||||
|> json
|
||||
|
||||
Reference in New Issue
Block a user