Fix coding style

This commit is contained in:
Laurent Destailleur 2017-05-13 18:34:57 +02:00
parent 71833f5987
commit 70b73c73f7

View File

@ -39,15 +39,11 @@ $bankaccountid=GETPOST('cashdeskbank');
switch ($action)
{
default:
$redirection = DOL_URL_ROOT.'/cashdesk/affIndex.php?menutpl=validation';
$redirection = DOL_URL_ROOT.'/cashdesk/affIndex.php?menutpl=validation';
break;
case 'valide_achat':
$thirdpartyid = $_SESSION['CASHDESK_ID_THIRDPARTY'];
$company=new Societe($db);
@ -115,13 +111,11 @@ switch ($action)
case 'retour':
$redirection = 'affIndex.php?menutpl=facturation';
break;
case 'valide_facture':
$now=dol_now();
// Recuperation de la date et de l'heure
@ -363,3 +357,4 @@ switch ($action)
$_SESSION['serObjFacturation'] = serialize($obj_facturation);
header('Location: '.$redirection);
exit;