0
1
Fork 0

Solucionado error en estanterias

This commit is contained in:
Juan Ferrer Toribio 2015-10-27 20:38:45 +01:00
parent c3db6389a5
commit b83be5f282
2 changed files with 6 additions and 2 deletions

2
debian/changelog vendored
View File

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

View File

@ -3,11 +3,15 @@ Vn.Shelves = new Class
({ ({
Extends: Vn.Module Extends: Vn.Module
,activate: function ()
{
this.$('date').value = new Date ();
}
,onConfigChange: function () ,onConfigChange: function ()
{ {
var c = this.$('config'); var c = this.$('config');
this.$('warehouse').value = c.get ('warehouse_id'); this.$('warehouse').value = c.get ('warehouse_id');
this.$('date').value = new Date ();
this.$('shelf').value = c.get ('shelf_id'); this.$('shelf').value = c.get ('shelf_id');
this.$('reign').value = c.get ('reino_id'); this.$('reign').value = c.get ('reino_id');
this.$('family').value = c.get ('family_id'); this.$('family').value = c.get ('family_id');