Some fix
This commit is contained in:
parent
2b9bf95ad6
commit
ce92d372d4
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* Copyright (C) 2007-2009 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
/* Copyright (C) 2007-2010 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2009 Regis Houssin <regis@dolibarr.fr>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@ -170,7 +170,7 @@ else
|
||||
|
||||
|
||||
// Show examples
|
||||
print '<b>'.$langs->trans("Examples").":</b><br>\n";
|
||||
print '<b>'.$langs->trans("ExamplesWithCurrentSetup").":</b><br>\n";
|
||||
|
||||
$s=2/7;$qty=1;$vat=0;
|
||||
$tmparray=calcul_price_total(1,$qty*price2num($s,'MU'),0,$vat,0,'HT',0);
|
||||
|
||||
@ -210,7 +210,7 @@ if ($socid > 0)
|
||||
print '</tr>';
|
||||
|
||||
// Local Taxes
|
||||
if ($obj->code='ES' && $conf->global->MAIN_FEATURES_LEVEL >= 1)
|
||||
if ($obj->code=='ES' && $conf->global->MAIN_FEATURES_LEVEL >= 1)
|
||||
{
|
||||
print '<tr>';
|
||||
print '<td nowrap="nowrap">'.$langs->trans('LocalTax1IsUsedES').'</td><td colspan="3">';
|
||||
|
||||
@ -244,7 +244,7 @@ if ($socid > 0)
|
||||
print '</tr>';
|
||||
|
||||
// Local Taxes
|
||||
if ($obj->code='ES' && $conf->global->MAIN_FEATURES_LEVEL >= 1)
|
||||
if ($obj->code=='ES' && $conf->global->MAIN_FEATURES_LEVEL >= 1)
|
||||
{
|
||||
print '<tr>';
|
||||
print '<td nowrap="nowrap">'.$langs->trans('LocalTax1IsUsedES').'</td><td colspan="3">';
|
||||
|
||||
@ -112,8 +112,8 @@ if ( $societe->fetch($socid) )
|
||||
print '</td>';
|
||||
print '</tr>';
|
||||
|
||||
// Local Taxes
|
||||
if ($obj->code='ES' && $conf->global->MAIN_FEATURES_LEVEL >= 1)
|
||||
// Local Taxes
|
||||
if ($obj->code=='ES' && $conf->global->MAIN_FEATURES_LEVEL >= 1)
|
||||
{
|
||||
print '<tr>';
|
||||
print '<td nowrap="nowrap">'.$langs->trans('LocalTax1IsUsedES').'</td><td colspan="3">';
|
||||
|
||||
@ -264,6 +264,7 @@ ModuleDisabledSoNoEvent=Module disabled so event never created
|
||||
ConfirmPurge=Are you sure you want to execute this purge ?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
|
||||
MinLength=Minimum length
|
||||
LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
|
||||
ExamplesWithCurrentSetup=Examples with current running setup
|
||||
|
||||
# Modules
|
||||
Module0Name=Users & groups
|
||||
|
||||
@ -264,6 +264,7 @@ ModuleDisabledSoNoEvent=Module désactivé donc évênement jamais créé
|
||||
ConfirmPurge=Etes vous sur de vouloir réaliser cette purge ?<br>Ceci effacera définitivement toutes vos données fichier (espace GED, pièces jointes, etc...).
|
||||
MinLength=Longueur minimale
|
||||
LanguageFilesCachedIntoShmopSharedMemory=Fichiers .lang en mémoire partagée
|
||||
ExamplesWithCurrentSetup=Exemples avec le paramétrage actif courant
|
||||
|
||||
# Modules = undefined
|
||||
Module0Name = Utilisateurs & groupes
|
||||
|
||||
@ -627,7 +627,7 @@ $_GET["action"] == 'create' || $_POST["action"] == 'create')
|
||||
}
|
||||
|
||||
// Local Taxes
|
||||
if($obj->code='ES' && $conf->global->MAIN_FEATURES_LEVEL >= 1)
|
||||
if($obj->code=='ES' && $conf->global->MAIN_FEATURES_LEVEL >= 1)
|
||||
{
|
||||
print '<tr><td>'.$langs->trans("LocalTax1IsUsedES").'</td>';
|
||||
print '<td>';
|
||||
@ -966,7 +966,7 @@ elseif ($_GET["action"] == 'edit' || $_POST["action"] == 'edit')
|
||||
print '</tr>';
|
||||
|
||||
// Local Taxes
|
||||
if($obj->code='ES' && $conf->global->MAIN_FEATURES_LEVEL >= 1)
|
||||
if($obj->code=='ES' && $conf->global->MAIN_FEATURES_LEVEL >= 1)
|
||||
{
|
||||
print '<tr><td>'.$langs->trans("LocalTax1IsUsedES").'</td>';
|
||||
print '<td>';
|
||||
@ -1202,7 +1202,7 @@ else
|
||||
print '</tr>';
|
||||
|
||||
// Local Taxes
|
||||
if($obj->code='ES' && $conf->global->MAIN_FEATURES_LEVEL >= 1)
|
||||
if($obj->code=='ES' && $conf->global->MAIN_FEATURES_LEVEL >= 1)
|
||||
{
|
||||
print '<tr><td>';
|
||||
print $langs->trans('LocalTax1IsUsedES');
|
||||
@ -1215,6 +1215,7 @@ else
|
||||
print '</td><td>';
|
||||
print yn($soc->localtax2_assuj);
|
||||
print '</td>';
|
||||
print '</tr>';
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user