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

SF.net SVN: ledger-smb:[5759] branches/1.3/bin/oe.pl



Revision: 5759
          http://sourceforge.net/p/ledger-smb/code/5759
Author:   einhverfr
Date:     2013-05-10 15:14:53 +0000 (Fri, 10 May 2013)
Log Message:
-----------
Merging in order/quotation address line

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

Modified: branches/1.3/bin/oe.pl
===================================================================
--- branches/1.3/bin/oe.pl	2013-05-10 15:11:05 UTC (rev 5758)
+++ branches/1.3/bin/oe.pl	2013-05-10 15:14:53 UTC (rev 5759)
@@ -473,6 +473,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.