many changes
This commit is contained in:
@@ -146,7 +146,7 @@ class BrowsePage(rio.Component):
|
||||
self.edit_show = False
|
||||
self.info_show = True
|
||||
self.force_refresh()
|
||||
await delete_item_id(self.ibarcode)
|
||||
delete_item_id(self.ibarcode)
|
||||
await self._search()
|
||||
await asyncio.sleep(1)
|
||||
self.popup_show = False
|
||||
@@ -230,7 +230,7 @@ class BrowsePage(rio.Component):
|
||||
if get_location_id(self.elocation) != False:
|
||||
self.elocation_code = self.elocation
|
||||
print("Found location " + get_location_id(self.elocation).name)
|
||||
self.elocation = get_location_id(self.elocation).name
|
||||
self.elocation = '*' + get_location_id(self.elocation).name
|
||||
|
||||
def build(self) -> rio.Component:
|
||||
searchview: rio.ListView = rio.ListView(grow_y=True)
|
||||
|
||||
Reference in New Issue
Block a user