diff options
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> |