[IMP] point_of_sale: this line doesn't make any sense and should never have been committed

bzr revid: fva@openerp.com-20130905134217-2ij45szmu4tzsqiw
This commit is contained in:
Frédéric van der Essen 2013-09-05 15:42:17 +02:00
parent 3443f6cd9e
commit 74a550dae8
1 changed files with 0 additions and 2 deletions

View File

@ -189,8 +189,6 @@ function openerp_pos_widgets(instance, module){ //module is instance.point_of_sa
}else if( mode === 'price'){
order.getSelectedLine().set_unit_price(val);
}
} else {
this.pos.get('selectedOrder').destroy();
}
},
change_selected_order: function() {