Fix link
This commit is contained in:
parent
5a702eb50c
commit
62b9fbb67f
@ -364,12 +364,12 @@ if (empty($numref))
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Show list of bank statements
|
* Show list of record into a bank statement
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Onglets
|
// Onglets
|
||||||
$head = account_statement_prepare_head($object, $numref);
|
$head = account_statement_prepare_head($object, $numref);
|
||||||
dol_fiche_head($head, 'statement', $langs->trans("FinancialAccount"), 0, 'account');
|
dol_fiche_head($head, 'statement', $langs->trans("FinancialAccount"), -1, 'account');
|
||||||
|
|
||||||
|
|
||||||
$mesprevnext = '';
|
$mesprevnext = '';
|
||||||
@ -444,9 +444,9 @@ else
|
|||||||
// Date de valeur
|
// Date de valeur
|
||||||
print '<td valign="center" class="center nowrap">';
|
print '<td valign="center" class="center nowrap">';
|
||||||
print dol_print_date($db->jdate($objp->dv), "day").' ';
|
print dol_print_date($db->jdate($objp->dv), "day").' ';
|
||||||
print '<a class="reposition" href="'.$_SERVER['PHP_SELF'].'?action=dvprev&num='.$numref.'&account='.$object->id.'&dvid='.$objp->rowid.'">';
|
print '<a class="ajax reposition" href="'.$_SERVER['PHP_SELF'].'?action=dvprev&num='.$numref.'&account='.$object->id.'&dvid='.$objp->rowid.'">';
|
||||||
print img_edit_remove()."</a> ";
|
print img_edit_remove()."</a> ";
|
||||||
print '<a class="reposition" href="'.$_SERVER['PHP_SELF'].'?action=dvnext&num='.$numref.'&account='.$object->id.'&dvid='.$objp->rowid.'">';
|
print '<a class="ajax reposition" href="'.$_SERVER['PHP_SELF'].'?action=dvnext&num='.$numref.'&account='.$object->id.'&dvid='.$objp->rowid.'">';
|
||||||
print img_edit_add()."</a>";
|
print img_edit_add()."</a>";
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user