Doxygen
This commit is contained in:
parent
d7c289ed4a
commit
680b700d1b
@ -469,7 +469,7 @@ clearstatcache();
|
||||
|
||||
$handle=opendir($dir);
|
||||
$var=true;
|
||||
while (($file = readdir($handle))!==false)
|
||||
while (($file = readdir($handle)) !== false)
|
||||
{
|
||||
if (preg_match('/\.modules\.php$/i',$file) && substr($file,0,4) == 'pdf_')
|
||||
{
|
||||
|
||||
@ -22,8 +22,7 @@ include_once(DOL_DOCUMENT_ROOT.'/lib/price.lib.php');
|
||||
|
||||
|
||||
/**
|
||||
* Enter description here...
|
||||
*
|
||||
* Class ot manage invoices for pos module (cashdesk)
|
||||
*/
|
||||
class Facturation {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user