Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SUD Éducation
Cartable
Commits
b1346b89
Commit
b1346b89
authored
1 year ago
by
FoucherAurelie
Browse files
Options
Download
Email Patches
Plain Diff
#114 fix if empty
parent
ba6f6213
main
102-summer-break
114-undefined-array-key-1
117-wall-test
118-mise-a-jour-de-l-etat-d-adhesion-dans-un-sepa
120-etiquettes-postales-ajouter-le-nom-de-l-etablissement-dans-l-adresse-work
125-test-SEPA
126-more-CB-tests
126-test-cb
129-nouvelle-civirule-pour-garantir-une-relation-membre-de
130-enddate
141-SP-Rest
145-fix-frequency-front
146-fine-vads-desc
147-no-sepa-prorata
151-readable-membership-amount
164-civirule-alerte-si-une-personne-est-en-relation-adhesion-avec-deux-syndicats
172-fix-le-search-recherche-des-paiements-recap-annee-le-renommer-par-periode-et-non-annee
178-notifications-de-paiement-mensuel-ne-pas-mettre-le-syndicat-en-cc
More-Tests
civicrm-5.69
civix-23
filter-cases
fix-address-work-match
fix-sepa-restrict
show-test-scenarios
stable
staging
traduction
v2.10-fixes
2.15.0
2.14.0
2.13.0
2.12.0
2.11.1
2.11.0
2.10.0
2.9.1
2.9.0
2.8.1
2.8.0
2.7.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cartable/cartable.php
+3
-0
cartable/cartable.php
with
3 additions
and
0 deletions
+3
-0
cartable/cartable.php
+
3
-
0
View file @
b1346b89
...
...
@@ -897,6 +897,9 @@ function cartable_civicrm_alterCustomFieldDisplayValue(&$displayValue, $value, $
</thead>
<tbody>'
;
foreach
(
$rows
as
$row
){
if
(
empty
(
$row
))
{
continue
;
}
$cols
=
explode
(
'|'
,
$row
);
$html
.
=
'
<tr><td>'
.
trim
(
$cols
[
0
])
.
'</td><td>'
.
trim
(
$cols
[
1
])
.
'€</td></tr>'
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets