forked from Third-Culture-Software/bhima
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(trial balance): incorrect button text
This commit fixes the incorrect button text on the trial balance reported in Third-Culture-Software#908. The text reads "View Details" instead of "View Errors", since it shows the details of each account hit instead of the details of errors associated with the accounts. Closes Third-Culture-Software#908.
- Loading branch information
Jonathan Niles
committed
Nov 19, 2016
1 parent
4b7e3a4
commit a5fa503
Showing
5 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<div class="ui-grid-cell-contents"> | ||
<a href data-method="detail" ng-click="grid.appScope.viewDetailByAccount(row.entity.account_id)" class="text-info"> | ||
<i class="fa fa-info-circle"></i> {{ "FORM.BUTTONS.VIEW_DETAILS" | translate }} | ||
</a> | ||
</div> |
This file was deleted.
Oops, something went wrong.