if (! i_barcode) return;
my.barcode = i_barcode;
- g.list.append( { 'row' : { 'my' : my } } );
+ g.list.append( { 'row' : { 'my' : my }, 'to_top' : true } );
var x = $('i_barcode'); x.value = ''; x.focus();
default: alert("Please report that this happened."); break;
}
- g.list.append( { 'row' : { 'my' : my } } );
+ g.list.append( { 'row' : { 'my' : my }, 'to_top' : true } );
var x = $('i_barcode'); x.value = ''; x.focus();
if (!Number(count) || count < 1) count = 1;
my.count = count;
- g.list.append( { 'row' : { 'my' : my } } );
+ g.list.append( { 'row' : { 'my' : my }, 'to_top' : true } );
var x = $('i_barcode'); x.value = ''; x.focus();
default: alert("Please report that this happened."); break;
}
- g.list.append( { 'row' : { 'my' : my } } );
+ g.list.append( { 'row' : { 'my' : my }, 'to_top' : true } );
var x = $('i_barcode'); x.value = ''; x.focus();