Error solucionado

This commit is contained in:
Juan Ferrer Toribio 2015-09-28 17:19:15 +02:00
parent 2e1c3e6c53
commit 4aa9d206b4
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

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

View File

@ -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)

View File

@ -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