|
@ -16,8 +16,6 @@ openerp.pos_customer_display = function(instance){ |
|
|
|
|
|
|
|
|
module.PosModel = module.PosModel.extend({ |
|
|
module.PosModel = module.PosModel.extend({ |
|
|
prepare_text_customer_display: function(type, data){ |
|
|
prepare_text_customer_display: function(type, data){ |
|
|
console.log("prepare_text_customer_display"); |
|
|
|
|
|
console.log(data); |
|
|
|
|
|
if (this.config.iface_customer_display != true) |
|
|
if (this.config.iface_customer_display != true) |
|
|
return; |
|
|
return; |
|
|
var line_length = this.config.customer_display_line_length || 20; |
|
|
var line_length = this.config.customer_display_line_length || 20; |
|
|