Commit 1129eeca11d19fff747aec695bbfd859fba11414

Authored by Nicolás Guarnieri
Exists in master

Merge branch 'master' into 'master'

Master (nguarnieri)

See merge request !13
src/js/controller.js
... ... @@ -183,7 +183,7 @@ angular.module('focaCrearCobranza') .controller('cobranzaController',
183 183 CYV: 'V',
184 184 COD: $scope.cobranza.cliente.COD,
185 185 FEP: $scope.fecha.toISOString().slice(0, 19).replace('T', ' '),
186   - TIP: '',//??
  186 + TIP: 'C',
187 187 TCO: 'RC',
188 188 SUC: $scope.puntoVenta,
189 189 NCO: $scope.comprobante,