[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3974] branches/1.3
- Subject: SF.net SVN: ledger-smb:[3974] branches/1.3
- From: ..hidden..
- Date: Thu, 10 Nov 2011 15:30:25 +0000
Revision: 3974
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3974&view=rev
Author: tshvr
Date: 2011-11-10 15:30:24 +0000 (Thu, 10 Nov 2011)
Log Message:
-----------
make default separate_duties modifyable in defaults
Modified Paths:
--------------
branches/1.3/UI/am-defaults.html
branches/1.3/bin/am.pl
Modified: branches/1.3/UI/am-defaults.html
===================================================================
--- branches/1.3/UI/am-defaults.html 2011-11-10 12:48:50 UTC (rev 3973)
+++ branches/1.3/UI/am-defaults.html 2011-11-10 15:30:24 UTC (rev 3974)
@@ -30,6 +30,10 @@
<th align="right"><?lsmb text('Weight Unit') ?></th>
<td><input name="weightunit" size="5" value="<?lsmb form.weightunit ?>" /></td>
</tr>
+ <tr>
+ <th align="right"><?lsmb text('Separate Duties') ?></th>
+ <td><input name="separate_duties" size="5" value="<?lsmb form.separate_duties ?>" /></td>
+ </tr
</table>
</td>
</tr>
Modified: branches/1.3/bin/am.pl
===================================================================
--- branches/1.3/bin/am.pl 2011-11-10 12:48:50 UTC (rev 3973)
+++ branches/1.3/bin/am.pl 2011-11-10 15:30:24 UTC (rev 3974)
@@ -77,7 +77,7 @@
{ name => 'company_fax', label => $locale->text('Company Fax') },
);
-my @default_others = qw(businessnumber weightunit
+my @default_others = qw(businessnumber weightunit separate_duties
IC IC_income IC_expense
FX_gain FX_loss default_country templates curr);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.