Error Guardar consignatario
This commit is contained in:
parent
5e965f485f
commit
51c145158b
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue