GITLAB
Luigi
/ foca-crear-nota-pedido
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
2f2e6dfd626e63a535fd50a3c7ff306c5aed370e
Authored by
Eric Fernandez
2018-10-18 15:36:14 -0300
1 parent
d616a88e57
Exists in
master
inyecto modal de flete
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/js/app.js
Side-by-side Diff
Inline Diff
src/js/app.js
Diff comments
View file @
2f2e6df
...
...
@@ -5,5 +5,6 @@ angular.module('focaCrearNotaPedido', [
5
5
'focaBusquedaProductos',
6
6
'focaModalPetroleras',
7
7
'focaBusquedaCliente',
8
- 'focaModalPrecioCondicion'
8
+ 'focaModalPrecioCondicion',
9
+ 'focaModalFlete'
9
10
]);