/[phpcompta]/phpcompta/html/annulation.php
ViewVC logotype

Diff of /phpcompta/html/annulation.php

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

revision 1.32 by sparkyx, Sun Oct 16 19:54:12 2005 UTC revision 1.33 by sparkyx, Thu Nov 3 15:02:44 2005 UTC
# Line 84  if ( isset ($_POST['annul']) ) { Line 84  if ( isset ($_POST['annul']) ) {
84     }     }
85  if  ($p_id != -1 ) { // A  if  ($p_id != -1 ) { // A
86     // userPref contient la periode par default     // userPref contient la periode par default
87      $userPref=GetUserPeriode($cn,$User->id);     $userPref=$User->GetPeriode($cn);
88      list ($l_date_start,$l_date_end)=GetPeriode($cn,$userPref);      list ($l_date_start,$l_date_end)=GetPeriode($cn,$userPref);
89    
90      // Periode fermée      // Periode fermée

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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