Migration test data complete

This commit is contained in:
2022-07-01 15:25:10 +10:00
parent 5e78701b0b
commit 905adcd7bd
4 changed files with 95 additions and 70 deletions

View File

@@ -14,7 +14,7 @@ let getOrderScreenData (tableNumber: 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> "code" "OPEN000" |> first
custom_item = Entity.GetFirstByColumn<item> "code" "OPEN000"
table = Floorplan.Model.getTable tableNumber
|}
|> ajaxSuccess