Commit 2f2e6dfd626e63a535fd50a3c7ff306c5aed370e

Authored by Eric Fernandez
1 parent d616a88e57
Exists in master

inyecto modal de flete

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
1 angular.module('focaCrearNotaPedido', [ 1 angular.module('focaCrearNotaPedido', [
2 'ngRoute', 2 'ngRoute',
3 'ui.bootstrap', 3 'ui.bootstrap',
4 'focaModalVendedores', 4 'focaModalVendedores',
5 'focaBusquedaProductos', 5 'focaBusquedaProductos',
6 'focaModalPetroleras', 6 'focaModalPetroleras',
7 'focaBusquedaCliente', 7 'focaBusquedaCliente',
8 'focaModalPrecioCondicion' 8 'focaModalPrecioCondicion',
9 'focaModalFlete'
9 ]); 10 ]);
10 11