/[dolibarr]/dolibarr/htdocs/lib/functions.inc.php
ViewVC logotype

Diff of /dolibarr/htdocs/lib/functions.inc.php

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

revision 1.147 by eldy, Tue Oct 11 21:14:34 2005 UTC revision 1.148 by eldy, Sat Oct 15 15:32:02 2005 UTC
# Line 436  function dolibarr_print_object_info($obj Line 436  function dolibarr_print_object_info($obj
436    
437      if (isset($object->date_cloture))      if (isset($object->date_cloture))
438          print $langs->trans("DateClosing")." : " . dolibarr_print_date($object->date_cloture,"%A %d %B %Y %H:%M:%S") . '<br>';          print $langs->trans("DateClosing")." : " . dolibarr_print_date($object->date_cloture,"%A %d %B %Y %H:%M:%S") . '<br>';
439    
440        if (isset($object->user_rappro) && $object->user_rappro->fullname )
441            print $langs->trans("ConciliatedBy")." : " . $object->user_rappro->fullname . '<br>';
442    
443        if (isset($object->date_rappro))
444            print $langs->trans("DateConciliating")." : " . dolibarr_print_date($object->date_rappro,"%A %d %B %Y %H:%M:%S") . '<br>';
445  }  }
446    
447  /**  /**

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148

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