refactor: refs #6780 Deleted references to warehouse vn2008
gitea/hedera-web/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-02-01 09:46:16 +01:00
parent 5bcfd5897c
commit 95f819c22f
2 changed files with 151 additions and 147 deletions

View File

@ -15,8 +15,10 @@
<label><t>Store</t></label>
<htk-combo form="lot" column="warehouse">
<db-model property="model">
SELECT id, name FROM vn2008.warehouse
WHERE reserve ORDER BY name
SELECT id, name
FROM vn.warehouse
WHERE hasAvailable
ORDER BY name
</db-model>
</htk-combo>
</div>

View File

@ -57,8 +57,10 @@
<label><t>Store</t></label>
<htk-combo form="lot">
<db-model property="model">
SELECT id, name FROM vn2008.warehouse
WHERE reserve ORDER BY name
SELECT id, name
FROM vn.warehouse
WHERE hasAvailable
ORDER BY name
</db-model>
</htk-combo>
</div>