mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
commit
dd3d0ad9ac
|
|
@ -27,7 +27,7 @@
|
|||
/**
|
||||
* Parent class of boxes
|
||||
*/
|
||||
class ModeleBoxes // Can't be abtract as it is instanciated to build "empty" boxes
|
||||
class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" boxes
|
||||
{
|
||||
var $db;
|
||||
var $error='';
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ function pdf_getFormat()
|
|||
}
|
||||
|
||||
/**
|
||||
* Return a PDF instance object. We create a FPDI instance that instanciate TCPDF.
|
||||
* Return a PDF instance object. We create a FPDI instance that instantiate TCPDF.
|
||||
*
|
||||
* @param string $format Array(width,height). Keep empty to use default setup.
|
||||
* @param string $metric Unit of format ('mm')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user