Update mod_codecompta_aquarium.php
This commit is contained in:
parent
eea9382b57
commit
83c60d725a
@ -87,7 +87,7 @@ class mod_codecompta_aquarium extends ModeleAccountancyCode
|
||||
$texte .= '<tr><td>';
|
||||
// trans remove html entities
|
||||
$texte .= $langs->trans("ModuleCompanyCodeCustomer".$this->name, '{s2}')."<br>\n";
|
||||
$texte .= $langs->trans("ModuleCompanyCodeSupplier".$this->name '{s1}')."<br>\n";
|
||||
$texte .= $langs->trans("ModuleCompanyCodeSupplier".$this->name, '{s1}')."<br>\n";
|
||||
$texte = str_replace(array('{s1}', '{s2}'), array($s1, $s2), $texte);
|
||||
$texte .= "<br>\n";
|
||||
if (!isset($conf->global->COMPANY_AQUARIUM_REMOVE_SPECIAL) || !empty($conf->global->$conf->global->COMPANY_AQUARIUM_REMOVE_SPECIAL)) $texte .= $langs->trans('RemoveSpecialChars').' = '.yn(1)."<br>\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user