Commit c67cce973ea56aad44b9d9a6e2425903b09c12a4
1 parent
c699372919
Exists in
master
Fix nota pedido ya remitida.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/service.js
... | ... | @@ -5,7 +5,7 @@ angular.module('focaModalNotaPedido') |
5 | 5 | function($http, API_ENDPOINT) { |
6 | 6 | return { |
7 | 7 | getNotasPedido: function() { |
8 | - return $http.get(API_ENDPOINT.URL + '/nota-pedido/listar'); | |
8 | + return $http.get(API_ENDPOINT.URL + '/nota-pedido/listar/sin-remito'); | |
9 | 9 | } |
10 | 10 | }; |
11 | 11 | } |