styling..
This commit is contained in:
@ -28,7 +28,7 @@ class DocumentItemTax extends TransformerAbstract
|
||||
'tax_id' => $model->tax_id,
|
||||
'name' => $model->name,
|
||||
'amount' => $model->amount,
|
||||
'amount_format' => money($model->amount, $model->document->currency_code, true)->format(),
|
||||
'amount_formatted' => money($model->amount, $model->document->currency_code, true)->format(),
|
||||
'created_at' => $model->created_at ? $model->created_at->toIso8601String() : '',
|
||||
'updated_at' => $model->updated_at ? $model->updated_at->toIso8601String() : '',
|
||||
];
|
||||
|
Reference in New Issue
Block a user