6976-supplierConsumption #2365

Merged
carlossa merged 8 commits from 6976-supplierConsumption into dev 2024-04-26 07:04:55 +00:00
1 changed files with 0 additions and 9 deletions
Showing only changes of commit bc94850cc8 - Show all commits

View File

@ -31,15 +31,6 @@ module.exports = {
this.entries = entries;
},
getTotal(entry) {
if (entry.buys) {
let total = 0;
for (let buy of entry.buys)
total += buy.total;
return total;
}
},
props: {
id: {
type: Number,