pull/227/head
cagataycivici 2020-03-04 14:27:29 +03:00
parent 309afaccec
commit 6cc1023aa6
1 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ export default {
];
},
computed: {
lastYearTotal() {
lastYearTotal() {
let total = 0;
for(let sale of this.sales) {
total += sale.lastYearProfit;
@ -185,7 +185,7 @@ export default {
];
},
computed: {
lastYearTotal() {
lastYearTotal() {
let total = 0;
for(let sale of this.sales) {
total += sale.lastYearProfit;