Update objectline_create.tpl.php
This commit is contained in:
parent
01a0e48b95
commit
267e150118
@ -348,7 +348,7 @@ if ($nolinesbefore) {
|
||||
if (!empty($conf->service->enabled) && ($object->element == 'facturerec' || $object->element == 'invoice_supplier_rec')) {
|
||||
echo '<div class="divlinefordates"><br>';
|
||||
echo $langs->trans('AutoFillDateFrom').' ';
|
||||
if ($conf->global->INVOICE_REC_DATE_TO_YES) {
|
||||
if (!empty($conf->global->INVOICE_REC_DATE_TO_YES)) {
|
||||
$line->date_start_fill = 1;
|
||||
$line->date_end_fill = 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user