0
1
Fork 0

Codigo obsoleto eliminado

This commit is contained in:
Juan Ferrer Toribio 2015-08-26 12:41:39 +02:00
parent 8af6e0ca2b
commit dc88f8c7a5
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

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

View File

@ -38,7 +38,7 @@
</db-model>
<db-model id="item-lots" result-index="1" on-status-changed-after="onStatusChange">
CALL bionic_from_item (#item);
SELECT p.warehouse_id, p.items, p.grouping, p.price, p.rate,
SELECT p.warehouse_id, p.grouping, p.price, p.rate,
t.amount, l.available - IFNULL(t.amount, 0) available
FROM vn2008.t_bionic_lot l
JOIN vn2008.t_bionic_price p