Commit 5d63fe04fd188634756fe9ec5a6166eb5405cdaf
1 parent
9d5a67b2bf
Exists in
master
servicio para insercion de flete
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/js/service.js
... | ... | @@ -55,6 +55,9 @@ angular.module('focaCrearNotaPedido') |
55 | 55 | }, |
56 | 56 | getPlazoPagoByPrecioCondicion: function(id) { |
57 | 57 | return $http.get(route + '/plazo-pago/precio-condicion/'+ id); |
58 | + }, | |
59 | + crearFlete: function(flete) { | |
60 | + return $http.post(route + '/flete', {flete : flete}); | |
58 | 61 | } |
59 | 62 | }; |
60 | 63 | }]); |