Commit ceb5f3a8776523b82986298a103b180e0f6e9564
1 parent
359079dd3f
Exists in
master
Campo TIP == que recibos
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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, |