diff options
author | ivan <ivan> | 2008-05-30 04:04:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-05-30 04:04:42 +0000 |
commit | e1cf70a6fade4c393739300d26b1e69bc954689b (patch) | |
tree | 3e00f3553556185d6a51905b4dbdd3bc02536bf0 | |
parent | 35571f30f46e8743b54fcb887fbc4fdeca2d7a33 (diff) |
1.7 sucks. but people are still going to be editing old-style invoice events for a little while more yet, so space them out better (so options don't run together)
-rwxr-xr-x | httemplate/edit/part_bill_event.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi index 7c4b8a8f5..e6639b952 100755 --- a/httemplate/edit/part_bill_event.cgi +++ b/httemplate/edit/part_bill_event.cgi @@ -431,6 +431,7 @@ Invoice Event #<% $hashref->{eventpart} ? $hashref->{eventpart} : "(NEW)" %> % print '<TD>'. $html. '</TD>' if $html; % print qq!</TR>!; % print '</TABLE>'; +% print qq!<HR WIDTH="90%">!; %} % % if ($currentreasonclass eq 'C'){ |