Merge pull request 'dev' (!49) from dev into test
gitea/hedera-web/pipeline/head There was a failure building this commit Details
gitea/hedera-web/pipeline/pr-master There was a failure building this commit Details

Reviewed-on: #49
This commit is contained in:
Juan Ferrer 2024-02-15 12:35:15 +00:00
commit 33778629e6
4 changed files with 154 additions and 150 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>

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "hedera-web",
"version": "23.6.12",
"version": "24.8.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hedera-web",
"version": "23.6.12",
"version": "24.8.0",
"license": "GPL-3.0",
"dependencies": {
"js-yaml": "^3.12.1",

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "23.40.6",
"version": "24.8.0",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {