Skip to content

Commit

Permalink
Merge pull request #310 from dhanasingh/dev
Browse files Browse the repository at this point in the history
v4.7.2a
  • Loading branch information
Arun-TAK authored Jun 7, 2024
2 parents d48c957 + e0c5160 commit a3966a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/wkbase/my_account.api.rsb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ api.user do
api.shift @user&.erpmineuser&.shift&.name
api.location @user&.erpmineuser&.location&.name
api.department @user&.erpmineuser&.department&.name
api.dept_section_id @user&.erpmineuser&.dept_section_id&.name
api.dept_section_id @user&.erpmineuser&.dept_section&.name
api.billing_rate @user&.erpmineuser&.billing_rate
api.is_schedulable @user&.erpmineuser&.is_schedulable
api.billing_currency @user&.erpmineuser&.billing_currency
Expand Down

0 comments on commit a3966a4

Please sign in to comment.