Skip to content

Commit

Permalink
fix(report): Fix ordering in Extrait de Compte
Browse files Browse the repository at this point in the history
This commit fixes incorrect ordering in the column headers of the Extrait
de Compte report.
  • Loading branch information
Jonathan Niles authored and jniles committed Mar 21, 2017
1 parent 567ec22 commit 32af3c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<table class="table table-condensed table-striped table-report table-bordered">
<thead>
<tr class="text-capitalize text-center" style="background-color: #ddd;">
<th>{{translate "TABLE.COLUMNS.DATE"}}</th>
<th>{{translate "TABLE.COLUMNS.TRANSACTION"}}</th>
<th>{{translate "TABLE.COLUMNS.REFERENCE"}}</th>
<th>{{translate "TABLE.COLUMNS.DATE"}}</th>
<th>{{translate "TABLE.COLUMNS.DESCRIPTION"}}</th>
<th style="width: 15%;">{{translate "TABLE.COLUMNS.DEBIT"}}</th>
<th style="width: 15%;">{{translate "TABLE.COLUMNS.CREDIT"}}</th>
Expand Down

0 comments on commit 32af3c5

Please sign in to comment.