Add some changes

This commit is contained in:
2023-12-11 18:31:43 +05:00
parent 2eba88c7b1
commit 9ea3e71456
8 changed files with 65 additions and 42 deletions

View File

@@ -41,7 +41,7 @@ class LoanOrderFieldsForDetail
->withIcons()
->icons(OrderRepo::statusIcons()),
Text::make(__('Note'), 'status_reason'),
Text::make(__('Note'), 'notes'),
BelongsTo::make(__('Created by').': ', 'user', User::class),