Browse Source

Nudged totals into the right column

pull/3/head
Adrian Short 14 years ago
parent
commit
44428d80f3
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      views/service.haml
  2. +1
    -0
      views/supplier.haml

+ 1
- 0
views/service.haml View File

@@ -38,6 +38,7 @@
%tr %tr
%td %td
%td %td
%td
%td %td
%strong TOTAL %strong TOTAL
%td.right= sprintf("%0d", @total) %td.right= sprintf("%0d", @total)


+ 1
- 0
views/supplier.haml View File

@@ -38,6 +38,7 @@
%tr %tr
%td %td
%td %td
%td
%td %td
%strong TOTAL %strong TOTAL
%td.right= sprintf("%0d", @total) %td.right= sprintf("%0d", @total)


Loading…
Cancel
Save