Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
bibliossimo
opacce
Commits
44facc33
Commit
44facc33
authored
Dec 11, 2017
by
Laurent
Browse files
dev #13615 test fix
parent
fdc9f16a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
library/ZendAfi/View/Helper/Abonne/LoansPNB.php
library/ZendAfi/View/Helper/Abonne/LoansPNB.php
+3
-3
No files found.
library/ZendAfi/View/Helper/Abonne/LoansPNB.php
View file @
44facc33
...
...
@@ -21,8 +21,8 @@
class
ZendAfi_View_Helper_Abonne_LoansPNB
extends
ZendAfi_View_Helper_Abonne_Loans
{
public
function
abonne_LoansPNB
(
$loans
,
$in_progress
=
true
)
{
return
parent
::
abonne_Loans
(
$loans
,
$in_progress
);
public
function
abonne_LoansPNB
(
$loans
)
{
return
parent
::
abonne_Loans
(
$loans
);
}
...
...
@@ -31,7 +31,7 @@ class ZendAfi_View_Helper_Abonne_LoansPNB extends ZendAfi_View_Helper_Abonne_Loa
$this
->
_
(
'Titre'
),
$this
->
_
(
'Auteur'
),
$this
->
_
(
'Date d\'emprunt'
),
$this
->
_
in_progress
?
$this
->
_
(
'Retour prévu'
)
:
$this
->
_
(
'Date de retour
'
)];
$this
->
_
(
'Retour prévu
'
)];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment