From 226c1c89054d6f8267f6115659262c7ddd345f8b Mon Sep 17 00:00:00 2001 From: tetragon Date: Tue, 11 Sep 2007 18:56:22 +0000 Subject: Adjust text alignment in the inventory activity report git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1568 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/rp.pl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bin/rp.pl b/bin/rp.pl index b696a5c4..1f044879 100755 --- a/bin/rp.pl +++ b/bin/rp.pl @@ -994,8 +994,14 @@ qq|rp.pl?path=$form->{path}&action=continue&accounttype=$form->{accounttype}&log print qq| |; - map { print "$ref->{$_}\n" } @column_index; - + for (@column_index) { + if ($_ eq 'description' or $_ eq 'partnumber') { + print ''; + } else { + print ''; + } + print "$ref->{$_}\n"; + } print qq| |; -- cgit v1.2.3