summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-05-07 18:50:05 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-05-07 18:50:05 +0000
commit79aa66560d5b01fdae598fd9ac1de67317b69ebb (patch)
tree83f5fd277257c181cf830d0abf6d0e304860d890 /bin
parent18a0105143b178a52f71767dd00a9eefd5f6dd10 (diff)
Fixing bug 171952
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1154 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rwxr-xr-xbin/aa.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/aa.pl b/bin/aa.pl
index f4e6c1b1..ee2e510e 100755
--- a/bin/aa.pl
+++ b/bin/aa.pl
@@ -573,7 +573,7 @@ qq|<textarea name=notes rows=$rows cols=50 wrap=soft>$form->{notes}</textarea>|;
</tr>
<tr>
<th align=right nowrap>| . $locale->text('Invoice Date') . qq|</th>
- <td><input name=transdate size=11 title="($myconfig{'dateformat'})" value=$form->{transdate}></td>
+ <td><input name=transdate size=11 title="($myconfig{'dateformat'})" value="$form->{transdate}"></td>
</tr>
<tr>
<th align=right nowrap>| . $locale->text('Due Date') . qq|</th>