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

SF.net SVN: ledger-smb:[5758] trunk/bin/oe.pl



Revision: 5758
          http://sourceforge.net/p/ledger-smb/code/5758
Author:   einhverfr
Date:     2013-05-10 15:11:05 +0000 (Fri, 10 May 2013)
Log Message:
-----------
Adding order/quotation address info too

Modified Paths:
--------------
    trunk/bin/oe.pl

Modified: trunk/bin/oe.pl
===================================================================
--- trunk/bin/oe.pl	2013-05-10 15:08:47 UTC (rev 5757)
+++ trunk/bin/oe.pl	2013-05-10 15:11:05 UTC (rev 5758)
@@ -474,6 +474,11 @@
 			$locale->text('Account') . qq|</th>
 		<td colspan=3>$form->{meta_number}</td>
 	      </tr>
+              <tr class="address_row">
+                <th align="right" nowrap>| .
+                        $locale->text('Address'). qq|</th>
+                <td colspan=3>$form->{address}, $form->{city}</td>
+              </tr>
 		|;
 	       }
 	$creditremaining .= qq|

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