one more space
This commit is contained in:
parent
435cbcd16c
commit
cce132b8da
@ -1299,7 +1299,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
||||
print '</tr>';
|
||||
}
|
||||
// Traceability
|
||||
if (empty($conf->global->PRODUCT_DISABLE_TRACEABILITY)) {
|
||||
if ( empty($conf->global->PRODUCT_DISABLE_TRACEABILITY)) {
|
||||
print '<tr><td>'.$langs->trans("LifeTime").'</td><td><input name="lifetime" class="maxwidth100onsmartphone" value="'.GETPOST('lifetime').'"></td></tr>';
|
||||
print '<tr><td>'.$langs->trans("QCFrequency").'</td><td><input name="qc_frequency" class="maxwidth100onsmartphone" value="'.GETPOST('qc_frequency').'"></td></tr>';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user