From 289a2afee942477ad366bfac8055c561f3032f3a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 2 Apr 2012 18:29:08 +0200 Subject: [PATCH] Checkstyle --- htdocs/compta/facture.php | 6 +++--- htdocs/user/class/user.class.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 00af32220d7..1285d6da920 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -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') diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php index 0ccab5b8a7c..a684cfe5ca1 100644 --- a/htdocs/user/class/user.class.php +++ b/htdocs/user/class/user.class.php @@ -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,