diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-05-07 18:50:05 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-05-07 18:50:05 +0000 |
commit | 79aa66560d5b01fdae598fd9ac1de67317b69ebb (patch) | |
tree | 83f5fd277257c181cf830d0abf6d0e304860d890 /bin | |
parent | 18a0105143b178a52f71767dd00a9eefd5f6dd10 (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-x | bin/aa.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |