0
0
Fork 0

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:
Carlos Satorres 2024-10-07 10:37:11 +00:00
commit 51e8d37e4b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const newAgencyTermForm = reactive({
packagePrice: 0, packagePrice: 0,
kmPrice: 0, kmPrice: 0,
m3Price: 0, m3Price: 0,
routePrice: 0, routePrice: null,
minimumKm: 0, minimumKm: 0,
supplierFk: route.params.id, supplierFk: route.params.id,
}); });