form closed at the wrong place

This commit is contained in:
Philippe GRAND 2014-12-16 14:49:07 +01:00
parent dd6d6bc054
commit e40ef3f9ce

View File

@ -318,7 +318,6 @@ if (! isset($_SERVER['WINDIR']))
print '</td>';
print '<td width="60" align="center"><input type="submit" class="button" name="submit_GENBARCODE_LOCATION" value="'.$langs->trans("Modify").'"></td>';
print '</tr>';
print '</form>';
}
// Module products
@ -350,6 +349,7 @@ if (! empty($conf->societe->enabled))
}
print "</table>\n";
print '</form>';
print '<br>';