Corrected Adblue Processing
This commit is contained in:
@@ -620,7 +620,7 @@ const processDieselPosition = () => {
|
||||
itemInfo.value.rows[existingAdblueIndex] = {
|
||||
...itemInfo.value.rows[existingAdblueIndex],
|
||||
price: agricultureData.adbluePriceTotal,
|
||||
text: `${agricultureData.adblueUsageTotal} L Diesel`,
|
||||
text: `${agricultureData.adblueUsageTotal} L AdBlue`,
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user