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
81183e5e
Commit
81183e5e
authored
14 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Doxygen
parent
0d590a54
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/includes/modules/propale/pdf_propale_azur.modules.php
+6
-6
6 additions, 6 deletions
htdocs/includes/modules/propale/pdf_propale_azur.modules.php
htdocs/includes/modules/propale/pdf_propale_jaune.modules.php
+8
-1
8 additions, 1 deletion
...cs/includes/modules/propale/pdf_propale_jaune.modules.php
with
14 additions
and
7 deletions
htdocs/includes/modules/propale/pdf_propale_azur.modules.php
+
6
−
6
View file @
81183e5e
...
...
@@ -830,12 +830,12 @@ class pdf_propale_azur extends ModelePDFPropales
}
/*
*
\brief Affiche en-tete propale
*
\
param pdf Objet PDF
*
\
param object Objet propal
e
*
\
param showaddress 0=no, 1=yes
*
\
param outputlang
Objet lang
cible
/*
*
*
Show header of document
*
@
param pdf Obje
c
t PDF
*
@
param object Obje
c
t
commercial
prop
os
al
*
@
param showaddress 0=no, 1=yes
*
@
param outputlang
s
Obje
c
t lang
for output
*/
function
_pagehead
(
&
$pdf
,
$object
,
$showaddress
=
1
,
$outputlangs
)
{
...
...
This diff is collapsed.
Click to expand it.
htdocs/includes/modules/propale/pdf_propale_jaune.modules.php
+
8
−
1
View file @
81183e5e
...
...
@@ -464,7 +464,7 @@ class pdf_propale_jaune extends ModelePDFPropales
$pdf
->
SetFont
(
''
,
''
,
11
);
$pdf
->
SetXY
(
10
,
$tab_top
);
$pdf
->
MultiCell
(
20
,
10
,
$outputlangs
->
transnoentities
(
"Ref"
),
0
,
'
C
'
,
1
);
$pdf
->
MultiCell
(
20
,
10
,
$outputlangs
->
transnoentities
(
"Ref"
),
0
,
'
L
'
,
1
);
$pdf
->
SetXY
(
30
,
$tab_top
);
$pdf
->
MultiCell
(
102
,
10
,
$outputlangs
->
transnoentities
(
"Designation"
),
0
,
'L'
,
1
);
...
...
@@ -492,6 +492,13 @@ class pdf_propale_jaune extends ModelePDFPropales
}
/**
* Show header of document
* @param pdf Object PDF
* @param object Object commercial proposal
* @param showaddress 0=no, 1=yes
* @param outputlangs Object lang for output
*/
function
_pagehead
(
&
$pdf
,
$object
,
$showadress
=
1
,
$outputlangs
)
{
global
$conf
,
$langs
;
...
...
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