Merge pull request #2996 from vitormattos/feature/add-description-when-fetch-document-item
Add description when fetch document item
This commit is contained in:
commit
a2777077ef
@ -22,6 +22,7 @@ class DocumentItem extends JsonResource
|
|||||||
'document_id' => $this->document_id,
|
'document_id' => $this->document_id,
|
||||||
'item_id' => $this->item_id,
|
'item_id' => $this->item_id,
|
||||||
'name' => $this->name,
|
'name' => $this->name,
|
||||||
|
'description' => $this->description,
|
||||||
'price' => $this->price,
|
'price' => $this->price,
|
||||||
'price_formatted' => money($this->price, $this->document->currency_code, true)->format(),
|
'price_formatted' => money($this->price, $this->document->currency_code, true)->format(),
|
||||||
'total' => $this->total,
|
'total' => $this->total,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user