forked from verdnatura/hedera-web
Display visible agencies
This commit is contained in:
parent
0f2db56f1c
commit
4733185e9f
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.407.10) stable; urgency=low
|
hedera-web (1.407.11) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -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">
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue