Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
8ecbcea2
Commit
8ecbcea2
authored
15 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Fix: pas grand chose
parent
61172912
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/includes/modules/propale/pdf_propale_azur.modules.php
+3
-3
3 additions, 3 deletions
htdocs/includes/modules/propale/pdf_propale_azur.modules.php
with
3 additions
and
3 deletions
htdocs/includes/modules/propale/pdf_propale_azur.modules.php
+
3
−
3
View file @
8ecbcea2
<?php
/* Copyright (C) 2004-2009 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-200
7
Regis Houssin <regis@dolibarr.fr>
* Copyright (C) 2005-200
9
Regis Houssin <regis@dolibarr.fr>
* Copyright (C) 2008 Raphael Bertrand (Resultic) <raphael.bertrand@resultic.fr>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -747,7 +747,7 @@ class pdf_propale_azur extends ModelePDFPropales
* \param showadress 0=non, 1=oui
* \param outputlang Objet lang cible
*/
function
_pagehead
(
&
$pdf
,
$object
,
$showadress
=
1
,
$outputlangs
)
function
_pagehead
(
&
$pdf
,
$object
,
$showad
d
ress
=
1
,
$outputlangs
)
{
global
$conf
,
$langs
;
...
...
@@ -840,7 +840,7 @@ class pdf_propale_azur extends ModelePDFPropales
$pdf
->
MultiCell
(
100
,
3
,
$outputlangs
->
transnoentities
(
"CustomerCode"
)
.
" : "
.
$outputlangs
->
transnoentities
(
$object
->
client
->
code_client
),
''
,
'R'
);
}
if
(
$showadress
)
if
(
$showad
d
ress
)
{
// Emetteur
$posy
=
42
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment