mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 11:15:21 +01:00
Mise en forme
This commit is contained in:
@@ -20,14 +20,16 @@
|
||||
*
|
||||
*/
|
||||
|
||||
class modFacture {
|
||||
class modFacture
|
||||
{
|
||||
|
||||
/*
|
||||
* Initialisation
|
||||
*
|
||||
*/
|
||||
|
||||
Function modFacture($DB) {
|
||||
Function modFacture($DB)
|
||||
{
|
||||
$this->db = $DB ;
|
||||
}
|
||||
/*
|
||||
@@ -36,7 +38,8 @@ class modFacture {
|
||||
*
|
||||
*/
|
||||
|
||||
Function init() {
|
||||
Function init()
|
||||
{
|
||||
/*
|
||||
* Activation du module
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user