forked from verdnatura/hedera-web
Solucionado error en estanterias
This commit is contained in:
parent
c3db6389a5
commit
b83be5f282
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.238-deb8) stable; urgency=low
|
hedera-web (1.239-deb8) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue