0
1
Fork 0

Display visible agencies

This commit is contained in:
Juan Ferrer 2020-04-11 13:37:03 +02:00
parent 0f2db56f1c
commit 4733185e9f
3 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.10) stable; urgency=low hedera-web (1.407.11) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -27,6 +27,7 @@
JOIN vn.deliveryMethod d JOIN vn.deliveryMethod d
ON d.id = a.deliveryMethodFk ON d.id = a.deliveryMethodFk
WHERE d.code IN ('AGENCY', 'DELIVERY') WHERE d.code IN ('AGENCY', 'DELIVERY')
AND a.isVisible
ORDER BY a.description; ORDER BY a.description;
DROP TEMPORARY TABLE tmp.zoneGetAgency; DROP TEMPORARY TABLE tmp.zoneGetAgency;
<sql-batch property="batch"> <sql-batch property="batch">
@ -46,6 +47,7 @@
JOIN vn.deliveryMethod d JOIN vn.deliveryMethod d
ON d.id = a.deliveryMethodFk ON d.id = a.deliveryMethodFk
WHERE d.code IN ('PICKUP') WHERE d.code IN ('PICKUP')
AND a.isVisible
ORDER BY a.description; ORDER BY a.description;
DROP TEMPORARY TABLE tmp.zoneGetAgency; DROP TEMPORARY TABLE tmp.zoneGetAgency;
<sql-batch property="batch"> <sql-batch property="batch">

View File

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