Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lillem4n committed Mar 14, 2013
1 parent b327d2b commit bf0a8a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion xsl/admin/accounting.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@
</tr>
</tfoot>
<tbody>
<xsl:apply-templates select="accounting/entry[1]" />
<xsl:apply-templates select="accounting/entry[1]">
<xsl:sort select="transfer_date" order="asc" />
</xsl:apply-templates>
</tbody>
</table>
</xsl:template>
Expand Down
4 changes: 2 additions & 2 deletions xsl/bill.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
<tr><td colspan="7" class="hclearer"></td></tr>

<tr>
<th>Er referens</th>
<td class="vclearer"></td>
<th>Vår referens</th>
<td class="vclearer"></td>
<th>Er referens</th>
<td class="vclearer"></td>
<th>Betalningsvillkor</th>
<td class="vclearer"></td>
<th>Förfallodatum</th>
Expand Down

0 comments on commit bf0a8a4

Please sign in to comment.