From 4aa9d206b432fe1a7250112a7335860a76b3f151 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 28 Sep 2015 17:19:15 +0200 Subject: [PATCH] Error solucionado --- debian/changelog | 2 +- web/forms/ecomerce/catalog/catalog.js | 2 +- web/forms/ecomerce/catalog/ui.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d457d5bb..29a902f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.223-deb8) stable; urgency=low +hedera-web (1.224-deb8) stable; urgency=low * Initial Release. diff --git a/web/forms/ecomerce/catalog/catalog.js b/web/forms/ecomerce/catalog/catalog.js index c5d54713..ec3d8ded 100755 --- a/web/forms/ecomerce/catalog/catalog.js +++ b/web/forms/ecomerce/catalog/catalog.js @@ -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) diff --git a/web/forms/ecomerce/catalog/ui.xml b/web/forms/ecomerce/catalog/ui.xml index 34588f9a..6df57a05 100755 --- a/web/forms/ecomerce/catalog/ui.xml +++ b/web/forms/ecomerce/catalog/ui.xml @@ -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