Error solucionado
This commit is contained in:
parent
2e1c3e6c53
commit
4aa9d206b4
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.223-deb8) stable; urgency=low
|
||||
hedera-web (1.224-deb8) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ Vn.Catalog = new Class
|
|||
this.popup = new Htk.Popup ();
|
||||
this.popup.setChildNode (this.$('lots-popup'));
|
||||
|
||||
this.$('items-model').setInfo ('a', 'Articles', 'vn2008', ['Id_Article']);
|
||||
this.$('items-model').setInfo ('a', 'Articles', 'vn2008', ['item_id']);
|
||||
}
|
||||
|
||||
,typeRenderer: function (builder, form)
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
SELECT Id_Article item_id FROM vn2008.Articles
|
||||
WHERE #filter;
|
||||
CALL bionic_calc ();
|
||||
SELECT a.Id_Article, t.available, t.price, p.producer,
|
||||
SELECT a.Id_Article item_id, t.available, t.price, p.producer,
|
||||
a.Foto, a.Article, a.Categoria, a.Medida, a.Tallos, a.Color, o.Abreviatura
|
||||
FROM tmp.bionic_item t
|
||||
JOIN vn2008.Articles a ON a.Id_Article = t.item_id
|
||||
|
|
Loading…
Reference in New Issue