Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Added an author cell to the table header of transactions #269

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/views/funds_transfers/_table.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- if current_person.admin? || company_admin?(current_person, account.company)
%th id
%th Date
%th Author
%th Amount
%th Description
%th From
Expand Down