Update releve.php
This commit is contained in:
parent
d6bf0fa483
commit
5970ea5b79
@ -336,7 +336,7 @@ if (empty($numref))
|
|||||||
|
|
||||||
print '<td class="center">';
|
print '<td class="center">';
|
||||||
if ($user->rights->banque->consolidate && $action != 'editbankreceipt') {
|
if ($user->rights->banque->consolidate && $action != 'editbankreceipt') {
|
||||||
print '<a href="'.$_SERVER["PHP_SELF"].'?account='.$object->id.'&page='.$page.'&action=editbankreceipt&brref='.$objp->numr.'">'.img_edit().'</a>';
|
print '<a href="'.$_SERVER["PHP_SELF"].'?account='.$object->id.($page > 0 ? '&page='.$page : '').'&action=editbankreceipt&brref='.$objp->numr.'">'.img_edit().'</a>';
|
||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user