forked from verdnatura/salix-front
Merge pull request 'hotfix: routePrice null' (!810) from hotfix-routePrice into master
Reviewed-on: verdnatura/salix-front#810 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
51e8d37e4b
|
@ -19,7 +19,7 @@ const newAgencyTermForm = reactive({
|
|||
packagePrice: 0,
|
||||
kmPrice: 0,
|
||||
m3Price: 0,
|
||||
routePrice: 0,
|
||||
routePrice: null,
|
||||
minimumKm: 0,
|
||||
supplierFk: route.params.id,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue