Browse Source

Retocar impresión de registro de caja

sebas 3 years ago
parent
commit
39b8da73cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/src/js/account_bank_statement.js

+ 1 - 1
static/src/js/account_bank_statement.js

@@ -152,7 +152,7 @@ openerp.account_bank_statement_print = function (instance, local) {
             });
             var rows = docItem;
             pdfDoc.autoTable(getColumns, rows, {
-                styles: { overflow: 'linebreak', fontSize: 6, columnWidth: 'wrap'},
+                styles: { overflow: 'linebreak', fontSize: 5, columnWidth: 'wrap'},
                 columnStyles: {
                     line_date : {columnWidth: '9px'},
                     line_name : {columnWidth: '5px'},