Commit 1b7e84ec68c91ab218eebf4275bf0d07ed192230
1 parent
2fdc2235d1
Exists in
master
and in
1 other branch
titulo correcto
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -443,7 +443,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
| 443 | 443 | $scope.seleccionarVendedor = function() { |
| 444 | 444 | if(validarNotaRemitada()) { |
| 445 | 445 | var parametrosModal = { |
| 446 | - titulo: 'Busqueda testing', | |
| 446 | + titulo: 'Búsqueda vendedores', | |
| 447 | 447 | query: '/vendedor', |
| 448 | 448 | columnas: [ |
| 449 | 449 | { |