Checkstyle

This commit is contained in:
Laurent Destailleur 2012-04-02 18:29:08 +02:00
parent 5ba7d88c36
commit 289a2afee9
2 changed files with 4 additions and 4 deletions

View File

@ -835,7 +835,7 @@ else if ($action == 'add' && $user->rights->facture->creer)
0, 0,
$lines[$i]->info_bits, $lines[$i]->info_bits,
$lines[$i]->fk_remise_except, $lines[$i]->fk_remise_except,
'HT', 'HT',
0, 0,
$product_type, $product_type,
$lines[$i]->rang, $lines[$i]->rang,
@ -1078,7 +1078,7 @@ else if (($action == 'addline' || $action == 'addline_predef') && $user->rights-
$date_end, $date_end,
0, 0,
$info_bits, $info_bits,
'', '',
$price_base_type, $price_base_type,
$pu_ttc, $pu_ttc,
$type, $type,
@ -1190,7 +1190,7 @@ else if ($action == 'updateligne' && $user->rights->facture->creer && $_POST['sa
$vat_rate, $vat_rate,
$localtax1_rate, $localtax1_rate,
$localtax2_rate, $localtax2_rate,
'HT', 'HT',
$info_bits, $info_bits,
$type, $type,
GETPOST('fk_parent_line') GETPOST('fk_parent_line')

View File

@ -1431,7 +1431,7 @@ class User extends CommonObject
$mesg.= "If you didn't ask anything, just forget this email\n\n"; $mesg.= "If you didn't ask anything, just forget this email\n\n";
dol_syslog(get_class($this)."::send_password url=".$url); dol_syslog(get_class($this)."::send_password url=".$url);
} }
$mailfile = new CMailFile( $mailfile = new CMailFile(
$subject, $subject,
$this->email, $this->email,
$conf->notification->email_from, $conf->notification->email_from,