mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Qual: Utilisation de $conf->monnaie au lieu de la constante MAIN_MONNAIE.
This commit is contained in:
@@ -623,7 +623,7 @@ class pdf_crabe extends ModelePDFFactures
|
||||
*/
|
||||
function _pagefoot(&$pdf, $fac)
|
||||
{
|
||||
global $langs;
|
||||
global $langs, $conf;
|
||||
$langs->load("main");
|
||||
$langs->load("bills");
|
||||
$langs->load("companies");
|
||||
@@ -633,7 +633,7 @@ class pdf_crabe extends ModelePDFFactures
|
||||
|
||||
if (MAIN_INFO_CAPITAL) {
|
||||
$pdf->SetY(-$footy);
|
||||
$pdf->MultiCell(190, 3,"SARL au Capital de " . MAIN_INFO_CAPITAL." ".MAIN_MONNAIE." - " . MAIN_INFO_RCS." - Identifiant professionnel: " . MAIN_INFO_SIREN , 0, 'C');
|
||||
$pdf->MultiCell(190, 3,"SARL au Capital de " . MAIN_INFO_CAPITAL." ".$conf->monnaie." - " . MAIN_INFO_RCS." - Identifiant professionnel: " . MAIN_INFO_SIREN , 0, 'C');
|
||||
$footy-=3;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user