display CostPrice costPrice() { return this.qty ? Currency::price((this.costAmountPosted + this.costAmountAdjustment) / this.qty,'') : 0; }