Fixing style errors.

This commit is contained in:
stickler-ci 2021-09-30 10:43:40 +00:00
parent 81ddc6c0f6
commit e1c5d01361

View File

@ -1969,9 +1969,9 @@ if ($action == 'create') {
array('type' => 'text', 'name' => 'note_private', 'label' => $langs->trans("Note"), 'value' => '') // Field to complete private note (not replace)
);
$deposit_percent_from_payment_terms = getDictvalue(MAIN_DB_PREFIX . 'c_payment_term', 'deposit_percent', $object->cond_reglement_id);
$deposit_percent_from_payment_terms = getDictvalue(MAIN_DB_PREFIX . 'c_payment_term', 'deposit_percent', $object->cond_reglement_id);
if (! empty($deposit_percent_from_payment_terms)) {
if (! empty($deposit_percent_from_payment_terms)) {
$object->fetchObjectLinked();
$eligibleForDepositGeneration = true;
@ -2032,7 +2032,7 @@ if ($action == 'create') {
'
);
}
}
}
if (!empty($conf->notification->enabled)) {
require_once DOL_DOCUMENT_ROOT.'/core/class/notify.class.php';