Error Guardar consignatario

This commit is contained in:
Vicente Falco 2017-05-18 13:27:45 +02:00
parent 5e965f485f
commit 51c145158b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class Controller {
this.$scope = $scope;
this.$state = $state;
this.address = {
client: parseInt($state.params.id),
clientFk: parseInt($state.params.id),
enabled: true
};
}