Fix the fax date

This commit is contained in:
Mark Crane 2014-09-09 17:59:20 +00:00
parent 2931a98842
commit 8ff39d6ac9
1 changed files with 1 additions and 0 deletions

View File

@ -436,6 +436,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo " ".$text['label-fax_date']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <input name='fax_date' class='formfld' value='$fax_date' type='text' class='formfld'>\n";
echo "<br />\n";
echo $text['description-fax_date']."\n";
echo "</td>\n";