/[dolibarr]/dolibarr/htdocs/compta/bank/rappro.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/bank/rappro.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by eldy, Sat Sep 17 00:53:50 2005 UTC revision 1.28 by eldy, Tue Oct 11 21:14:34 2005 UTC
# Line 216  if ($resql) Line 216  if ($resql)
216          }          }
217        else        else
218          {          {
219            // Si pas encore rapproché              // Si pas encore rapproch
220            if ($user->rights->banque->modifier)              if ($user->rights->banque->modifier)
221              {              {
222                print '<td align="center" width="30">';                  print '<td align="center" width="30">';
223                              
224                print '<a href="'.DOL_URL_ROOT.'/compta/bank/ligne.php?rowid='.$objp->rowid.'&amp;account='.$acct->id.'">';                  print '<a href="'.DOL_URL_ROOT.'/compta/bank/ligne.php?rowid='.$objp->rowid.'&amp;account='.$acct->id.'&amp;orig_account='.$acct->id.'">';
225                print img_edit();                  print img_edit();
226                print '</a>&nbsp; &nbsp;';                  print '</a>&nbsp; &nbsp;';
227                              
228                if ($objp->do <= mktime() ) {                  if ($objp->do <= mktime() ) {
229                  print '<a href="'.DOL_URL_ROOT.'/compta/bank/rappro.php?action=del&amp;rowid='.$objp->rowid.'&amp;account='.$acct->id.'">';                      print '<a href="'.DOL_URL_ROOT.'/compta/bank/rappro.php?action=del&amp;rowid='.$objp->rowid.'&amp;account='.$acct->id.'">';
230                  print img_delete();                      print img_delete();
231                  print "</a>";                      print '</a>';
232                }                  }
233                else {                  else {
234                  print "&nbsp;"; // On n'empeche la suppression car le raprochement ne pourra se faire qu'après la date passée et que l'écriture apparaissent bien sur le compte.                      print "&nbsp;";     // On n'empeche la suppression car le raprochement ne pourra se faire qu'après la date passée et que l'écriture apparaissent bien sur le compte.
235                }                  }
236                print "</td>";                  print "</td>";
237              }              }
238            else              else
239              {              {
240                print "<td align=\"center\">&nbsp;</td>";                  print "<td align=\"center\">&nbsp;</td>";
241              }              }
242          }          }
243                

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26