summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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>