Commit f824e7b451f886ebc8ae5f7e69d2a349b61f5a97
Exists in
master
Merge branch 'master' into 'master'
Master (nguarnieri) See merge request !9
Showing
1 changed file
Show diff stats
src/js/controller.js
| ... | ... | @@ -78,7 +78,8 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', |
| 78 | 78 | NCO: $scope.comprobante, |
| 79 | 79 | LOP: 'L', |
| 80 | 80 | TIL: $scope.facturaTabla[i].TCO, |
| 81 | - COM: $scope.facturaTabla[i].numeroFactura, | |
| 81 | + COM: $scope.facturaTabla[i].numeroFactura + '-' + | |
| 82 | + $scope.rellenar($scope.facturaTabla[i].NCU,2), | |
| 82 | 83 | FEC: $scope.fecha.toISOString().slice(0, 19).replace('T', ' '), |
| 83 | 84 | IMP: $scope.facturaTabla[i].IPA, |
| 84 | 85 | RES: 0,//caja de tesorería |