Commit 12a44177365995b90e417e2b0ab9cc3caf2d2eb0

Authored by Eric Fernandez
1 parent 903d05c1f2
Exists in master

agrego servicio para crear pedidonota

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -4,7 +4,7 @@ angular.module('focaCrearNotaPedido')
4 4 var notaPedido;
5 5 return {
6 6 crearNotaPedido: function(obj) {
7   - return;
  7 + return $http.get(route + '/nota-pedidos/crear');
8 8 },
9 9 obtenerNotaPedido: function() {
10 10 return $http.get(route +'/nota-pedido');