Edit comments
This commit is contained in:
parent
ee9f1aa83b
commit
7f5aeea9b8
@ -101,8 +101,6 @@ $form=new Form($db);
|
||||
$formadmin=new FormAdmin($db);
|
||||
$formother=new FormOther($db);
|
||||
|
||||
//$arrayofjs=array('/includes/jquery/plugins/colorpicker/jquery.colorpicker.js');
|
||||
//$arrayofcss=array('/includes/jquery/plugins/colorpicker/jquery.colorpicker.css');
|
||||
$arrayofjs=array();
|
||||
$arrayofcss=array();
|
||||
|
||||
|
||||
@ -24,9 +24,9 @@
|
||||
|
||||
|
||||
/**
|
||||
\class Form
|
||||
\brief Classe permettant la generation de composants html
|
||||
*/
|
||||
* \class Form
|
||||
* \brief Classe permettant la generation de composants html
|
||||
*/
|
||||
class FormBarCode
|
||||
{
|
||||
var $db;
|
||||
@ -34,12 +34,13 @@ class FormBarCode
|
||||
|
||||
|
||||
/**
|
||||
\brief Constructeur
|
||||
\param DB handler d'acc<EFBFBD>s base de donn<EFBFBD>e
|
||||
*/
|
||||
function FormBarCode($DB)
|
||||
* Constructor
|
||||
*
|
||||
* @param DoliDB $db Database handler
|
||||
*/
|
||||
function FormBarCode($db)
|
||||
{
|
||||
$this->db = $DB;
|
||||
$this->db = $db;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user