From d705995a491325401ba731a38c90cd8db5b3afdd Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 18 Oct 2012 10:36:53 +0200 Subject: [PATCH] Fix: convert line delimiters --- htdocs/admin/index.php | 6 +-- htdocs/comm/fiche.php | 4 +- htdocs/contrat/fiche.php | 12 ++--- htdocs/core/modules/modStock.class.php | 50 +++++++++---------- htdocs/fourn/fiche.php | 6 +-- htdocs/product/stock/class/entrepot.class.php | 4 +- .../stock/class/mouvementstock.class.php | 4 +- 7 files changed, 43 insertions(+), 43 deletions(-) diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php index fa1b5405127..d63da5ea882 100644 --- a/htdocs/admin/index.php +++ b/htdocs/admin/index.php @@ -56,9 +56,9 @@ print $langs->trans("SetupDescription2")."

"; print '
'; //print '
'; print img_picto('','puce').' '.$langs->trans("SetupDescription3",DOL_URL_ROOT.'/admin/company.php?mainmenu=home'); -if (empty($conf->global->MAIN_INFO_SOCIETE_NOM) || empty($conf->global->MAIN_INFO_SOCIETE_PAYS)) -{ - $langs->load("errors"); +if (empty($conf->global->MAIN_INFO_SOCIETE_NOM) || empty($conf->global->MAIN_INFO_SOCIETE_PAYS)) +{ + $langs->load("errors"); $warnpicto=img_warning($langs->trans("WarningMandatorySetupNotComplete")); print '
'.$warnpicto.' '.$langs->trans("WarningMandatorySetupNotComplete").''; } diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 5680cfb676c..1f22f42eb4e 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -776,8 +776,8 @@ if ($id > 0) { if ($user->rights->facture->creer) { - $langs->load("bills"); - $langs->load("orders"); + $langs->load("bills"); + $langs->load("orders"); if (! empty($conf->commande->enabled)) { diff --git a/htdocs/contrat/fiche.php b/htdocs/contrat/fiche.php index d980a8fac2d..ca6b2eadae1 100644 --- a/htdocs/contrat/fiche.php +++ b/htdocs/contrat/fiche.php @@ -627,9 +627,9 @@ if ($action == 'create') print ''.$langs->trans("NotePublic").''; - require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php'; - $doleditor=new DolEditor('note_public', GETPOST('note_public'), '', '100', 'dolibarr_notes', 'In', 1, true, true, ROWS_3, 70); - print $doleditor->Create(1); + require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php'; + $doleditor=new DolEditor('note_public', GETPOST('note_public'), '', '100', 'dolibarr_notes', 'In', 1, true, true, ROWS_3, 70); + print $doleditor->Create(1); /* print '