7336_devToTest #2414

Merged
alexm merged 220 commits from 7336_devToTest into test 2024-05-07 06:26:53 +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,