Commit f53892e4fb13dc0123c7e0fc89c2c255fbdae2f2

Authored by Jose Pinto
1 parent a891c518c9
Exists in master

correccion placeholder

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/views/foca-modal-nota-pedido.html
... ... @@ -9,7 +9,7 @@
9 9 type="text"
10 10 class="form-control form-control-sm"
11 11 id="search"
12   - placeholder="Razón social"
  12 + placeholder="Cliente"
13 13 ng-model="filters"
14 14 ng-change="search()"
15 15 ng-keydown="busquedaDown($event.keyCode)"