This commit is contained in:
parent
44306254d5
commit
f66be3dab0
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.218-deb8) stable; urgency=low
|
hedera-web (1.219-deb8) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
</sql-batch>
|
</sql-batch>
|
||||||
</db-model>
|
</db-model>
|
||||||
<db-model property="model" id="warehouses" auto-load="false" result-index="1" on-status-changed="onWarehousesReady">
|
<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
|
SELECT a.Id_Agencia, SUBSTR(a.description, 5) description
|
||||||
FROM t_agency t
|
FROM t_agency t
|
||||||
JOIN vn2008.Agencias a ON a.Id_Agencia = t.agency_id
|
JOIN vn2008.Agencias a ON a.Id_Agencia = t.agency_id
|
||||||
|
@ -43,6 +43,7 @@
|
||||||
ORDER BY a.description;
|
ORDER BY a.description;
|
||||||
DROP TEMPORARY TABLE t_agency;
|
DROP TEMPORARY TABLE t_agency;
|
||||||
<sql-batch property="batch">
|
<sql-batch property="batch">
|
||||||
|
<item name="address" param="address"/>
|
||||||
<item name="date" param="date"/>
|
<item name="date" param="date"/>
|
||||||
</sql-batch>
|
</sql-batch>
|
||||||
</db-model>
|
</db-model>
|
||||||
|
|
Loading…
Reference in New Issue