[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5686] branches/1.3/bin/rp.pl



Revision: 5686
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5686&view=rev
Author:   einhverfr
Date:     2013-03-12 08:51:28 +0000 (Tue, 12 Mar 2013)
Log Message:
-----------
Further fix on inventory activity report not showing description

Modified Paths:
--------------
    branches/1.3/bin/rp.pl

Modified: branches/1.3/bin/rp.pl
===================================================================
--- branches/1.3/bin/rp.pl	2013-03-12 08:06:27 UTC (rev 5685)
+++ branches/1.3/bin/rp.pl	2013-03-12 08:51:28 UTC (rev 5686)
@@ -402,6 +402,7 @@
             text => $ref->{partnumber},
             href => $pnumhref,
             };
+        $column_data{description} = $ref->{description};
         $column_data{sold} = {
             text => $ref->{sold},
             href => $soldhref,

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.