[FIX] point_of_sale: missing translation for invoice button

Fixes #4863
This commit is contained in:
Yenthe666 2015-01-27 11:43:26 +01:00 committed by Martin Trigaux
parent cc2a406b4f
commit 51ea2a3dde
1 changed files with 1 additions and 1 deletions

View File

@ -1077,7 +1077,7 @@ function openerp_pos_screens(instance, module){ //module is instance.point_of_sa
if( this.pos.config.iface_invoicing ){
this.add_action_button({
label: 'Invoice',
label: _t('Invoice'),
name: 'invoice',
icon: '/point_of_sale/static/src/img/icons/png48/invoice.png',
click: function(){