Skip to content

Commit

Permalink
FIX some tables with no "ref" field
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Nov 28, 2024
1 parent ab96b46 commit eca82cf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion blacklistcontent_card.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
$morehtmlref .= '</div>';


dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'rowid', $morehtmlref);


print '<div class="fichecenter">';
Expand Down
2 changes: 1 addition & 1 deletion blacklistdir_card.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
$morehtmlref .= '</div>';


dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'rowid', $morehtmlref);


print '<div class="fichecenter">';
Expand Down
2 changes: 1 addition & 1 deletion blacklistfrom_card.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
$morehtmlref .= '</div>';


dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'rowid', $morehtmlref);


print '<div class="fichecenter">';
Expand Down
2 changes: 1 addition & 1 deletion blacklistip_card.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
$morehtmlref .= '</div>';


dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'rowid', $morehtmlref);


print '<div class="fichecenter">';
Expand Down
2 changes: 1 addition & 1 deletion blacklistmail_card.php
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
$morehtmlref .= '</div>';


dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'rowid', $morehtmlref);


print '<div class="fichecenter">';
Expand Down
2 changes: 1 addition & 1 deletion blacklistto_card.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
$morehtmlref .= '</div>';


dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'rowid', $morehtmlref);


print '<div class="fichecenter">';
Expand Down

0 comments on commit eca82cf

Please sign in to comment.