Skip to content

Commit

Permalink
correcting XLS
Browse files Browse the repository at this point in the history
  • Loading branch information
franck committed Sep 3, 2012
1 parent cf3f9ed commit 7c322a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/prive/factures/index.xls.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<% @factures.each do |facture| %>
<% facture.items.each do |item| %>
<Row>
<Cell><Data ss:Type="String"><%= facture.payed_at.strftime("%d/%m%Y") %></Data></Cell>
<Cell><Data ss:Type="String"><%= facture.payed_at.strftime("%d/%m/%Y") %></Data></Cell>
<Cell><Data ss:Type="String"><%= item.description %></Data></Cell>
<Cell ss:StyleID="s25"><Data ss:Type="Number"><%= item.price %></Data></Cell>
<Cell><Data ss:Type="String"><%= t("factures.mean_of_payment.#{facture.mean_of_payment}") %></Data></Cell>
Expand Down

0 comments on commit 7c322a6

Please sign in to comment.