added "Due Amount, Total Amount and PDF Link" new custom fields

This commit is contained in:
Asif Takavala
2022-03-30 07:35:53 +00:00
committed by Mohit Panjwani
parent 18507ddb6f
commit 32949d1eec
6 changed files with 16 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ class EstimateResource extends JsonResource
'reference_number' => $this->reference_number,
'tax_per_item' => $this->tax_per_item,
'discount_per_item' => $this->discount_per_item,
'notes' => $this->getNotes(),
'notes' => $this->notes,
'discount' => $this->discount,
'discount_type' => $this->discount_type,
'discount_val' => $this->discount_val,