Commit e50a0127bff5734de7ece14160a582d7e2d6a6d5

Authored by Eric Fernandez
1 parent e8ff34f221
Exists in master

inyecto modal precio condición

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 ]); 9 ]);
9 10