Commit 9d07c5e47caae34d3e9cc37ec86095c0769a49bc
1 parent
42b1853524
Exists in
master
and in
1 other branch
crear nota sin vendedor
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -145,6 +145,10 @@ angular.module('focaCrearNotaPedido').controller('notaPedidoCtrl', |
| 145 | 145 | focaModalService.alert('Ingrese Cliente'); |
| 146 | 146 | return; |
| 147 | 147 | } |
| 148 | + | |
| 149 | + // Se crearon comentarios en las restricciones de vendedor para las bases | |
| 150 | + // de datos que no poseen vendedor asignado a los clientes despues | |
| 151 | + // descomentar en (crear-nota-pedido, modal-nota-pedido, crear-remito y modal-remito) | |
| 148 | 152 | // if (!$scope.notaPedido.vendedor.id) { |
| 149 | 153 | // focaModalService.alert('Este cliente no tiene vendedor asignado'); |
| 150 | 154 | // return; |