mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-15 17:24:10 +00:00
add expense number at expenses
This commit is contained in:
@@ -16,6 +16,7 @@ class ExpenseResource extends JsonResource
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'expense_date' => $this->expense_date,
|
||||
'expense_number' => $this->expense_number,
|
||||
'amount' => $this->amount,
|
||||
'notes' => $this->notes,
|
||||
'customer_id' => $this->customer_id,
|
||||
|
||||
Reference in New Issue
Block a user