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
23d52315
Commit
23d52315
authored
13 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Doxygen
parent
b0d319ea
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/core/modules/expedition/doc/pdf_expedition_rouget.modules.php
+3
-3
3 additions, 3 deletions
.../modules/expedition/doc/pdf_expedition_rouget.modules.php
htdocs/core/modules/member/cards/pdf_standard.class.php
+3
-3
3 additions, 3 deletions
htdocs/core/modules/member/cards/pdf_standard.class.php
with
6 additions
and
6 deletions
htdocs/core/modules/expedition/doc/pdf_expedition_rouget.modules.php
+
3
−
3
View file @
23d52315
...
...
@@ -76,9 +76,9 @@ Class pdf_expedition_rouget extends ModelePdfExpedition
/**
* Fonction generant le document sur le disque
*
* @param
object Objet expedition a generer (ou id si ancienne methode)
* @param
outputlangs
Lang output object
* @return
int 1=ok, 0=ko
* @param
Object $
object Objet expedition a generer (ou id si ancienne methode)
* @param
Translate $
outputlangs Lang output object
* @return int
1=ok, 0=ko
*/
function
write_file
(
&
$object
,
$outputlangs
)
{
...
...
This diff is collapsed.
Click to expand it.
htdocs/core/modules/member/cards/pdf_standard.class.php
+
3
−
3
View file @
23d52315
...
...
@@ -361,9 +361,9 @@ class pdf_standard
/**
* Function to build PDF on disk, then output on HTTP strem.
*
* @param
arrayofmembers Array of members informations
* @param
outputlangs Lang object for output language
* @return
int 1=ok, 0=ko
* @param
array $
arrayofmembers
Array of members informations
* @param
Translata $
outputlangs Lang object for output language
* @return int
1=ok, 0=ko
*/
function
write_file
(
$arrayofmembers
,
$outputlangs
)
{
...
...
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