GITLAB
Marcelo Puebla
/ foca-abm-vehiculo
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
fb66976cf049405afde26c0a962f6c6d5dca61c0
Authored by
Luigi
2019-04-24 09:44:37 -0300
1 parent
701f6c9c2e
Exists in
master
Cambio en idUnidadMedida
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
Side-by-side Diff
Inline Diff
src/js/controller.js
Diff comments
View file @
fb66976
...
...
@@ -106,7 +106,7 @@ angular.module('focaAbmVehiculo')
106
106
$scope.cisterna = {
107
107
codigo: '',
108
108
capacidad: '',
109
- idUnidadMedida:
{}
,
109
+ idUnidadMedida:
0
,
110
110
unidadMedida: {}
111
111
};
112
112