Standardize and update code
This commit is contained in:
parent
4bd0af7a88
commit
0b4a0ac667
@ -3,7 +3,7 @@
|
|||||||
* Copyright (C) 2006-2009 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2006-2009 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2007-2012 Regis Houssin <regis.houssin@capnetworks.com>
|
* Copyright (C) 2007-2012 Regis Houssin <regis.houssin@capnetworks.com>
|
||||||
* Copyright (C) 2011 Juanjo Menent <jmenent@2byte.es>
|
* Copyright (C) 2011 Juanjo Menent <jmenent@2byte.es>
|
||||||
* Copyright (C) 2013 Philippe Grand <philippe.grand@atoo-net.com>
|
* Copyright (C) 2013-2018 Philippe Grand <philippe.grand@atoo-net.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2005-2008 Laurent Destailleur <eldy@users.sourceforge.net>
|
/* Copyright (C) 2005-2008 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2005-2009 Regis Houssin <regis.houssin@capnetworks.com>
|
* Copyright (C) 2005-2009 Regis Houssin <regis.houssin@capnetworks.com>
|
||||||
* Copyright (C) 2013 Philippe Grand <philippe.grand@atoo-net.com>
|
* Copyright (C) 2013-2018 Philippe Grand <philippe.grand@atoo-net.com>
|
||||||
* Copyright (C) 2016 Alexandre Spangaro <aspangaro@zendsi.com>
|
* Copyright (C) 2016 Alexandre Spangaro <aspangaro@zendsi.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -33,12 +33,21 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/supplier_invoice/modules_facturef
|
|||||||
*/
|
*/
|
||||||
class mod_facture_fournisseur_cactus extends ModeleNumRefSuppliersInvoices
|
class mod_facture_fournisseur_cactus extends ModeleNumRefSuppliersInvoices
|
||||||
{
|
{
|
||||||
var $version='dolibarr'; // 'development', 'experimental', 'dolibarr'
|
/**
|
||||||
var $error = '';
|
* Dolibarr version of the loaded document
|
||||||
var $nom = 'Cactus';
|
* @public string
|
||||||
var $prefixinvoice='SI';
|
*/
|
||||||
var $prefixcreditnote='SA';
|
public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
|
||||||
var $prefixdeposit='SD';
|
|
||||||
|
public $error = '';
|
||||||
|
|
||||||
|
public $nom = 'Cactus';
|
||||||
|
|
||||||
|
public $prefixinvoice='SI';
|
||||||
|
|
||||||
|
public $prefixcreditnote='SA';
|
||||||
|
|
||||||
|
public $prefixdeposit='SD';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user