forked from verdnatura/hedera-web
Codigo obsoleto eliminado
This commit is contained in:
parent
8af6e0ca2b
commit
dc88f8c7a5
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.1-1) stable; urgency=low
|
||||
hedera-web (1.2-1) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue