Checkstyle
This commit is contained in:
parent
5ba7d88c36
commit
289a2afee9
@ -835,7 +835,7 @@ else if ($action == 'add' && $user->rights->facture->creer)
|
||||
0,
|
||||
$lines[$i]->info_bits,
|
||||
$lines[$i]->fk_remise_except,
|
||||
'HT',
|
||||
'HT',
|
||||
0,
|
||||
$product_type,
|
||||
$lines[$i]->rang,
|
||||
@ -1078,7 +1078,7 @@ else if (($action == 'addline' || $action == 'addline_predef') && $user->rights-
|
||||
$date_end,
|
||||
0,
|
||||
$info_bits,
|
||||
'',
|
||||
'',
|
||||
$price_base_type,
|
||||
$pu_ttc,
|
||||
$type,
|
||||
@ -1190,7 +1190,7 @@ else if ($action == 'updateligne' && $user->rights->facture->creer && $_POST['sa
|
||||
$vat_rate,
|
||||
$localtax1_rate,
|
||||
$localtax2_rate,
|
||||
'HT',
|
||||
'HT',
|
||||
$info_bits,
|
||||
$type,
|
||||
GETPOST('fk_parent_line')
|
||||
|
||||
@ -1431,7 +1431,7 @@ class User extends CommonObject
|
||||
$mesg.= "If you didn't ask anything, just forget this email\n\n";
|
||||
dol_syslog(get_class($this)."::send_password url=".$url);
|
||||
}
|
||||
$mailfile = new CMailFile(
|
||||
$mailfile = new CMailFile(
|
||||
$subject,
|
||||
$this->email,
|
||||
$conf->notification->email_from,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user