This commit is contained in:
Juan Ferrer Toribio 2015-09-24 14:05:44 +02:00
parent 44306254d5
commit f66be3dab0
2 changed files with 3 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.218-deb8) stable; urgency=low
hedera-web (1.219-deb8) stable; urgency=low
* Initial Release.

View File

@ -33,7 +33,7 @@
</sql-batch>
</db-model>
<db-model property="model" id="warehouses" auto-load="false" result-index="1" on-status-changed="onWarehousesReady">
CALL agency_list_from_date (#date, NULL);
CALL agency_list_from_date (#date, #address);
SELECT a.Id_Agencia, SUBSTR(a.description, 5) description
FROM t_agency t
JOIN vn2008.Agencias a ON a.Id_Agencia = t.agency_id
@ -43,6 +43,7 @@
ORDER BY a.description;
DROP TEMPORARY TABLE t_agency;
<sql-batch property="batch">
<item name="address" param="address"/>
<item name="date" param="date"/>
</sql-batch>
</db-model>