Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 9.0

This commit is contained in:
Laurent Destailleur 2019-01-21 20:47:52 +01:00
commit 0ae3aeff12
2 changed files with 4 additions and 1 deletions

View File

@ -1591,6 +1591,7 @@ class BonPrelevement extends CommonObject
function EnregDestinataireSEPA($row_code_client, $row_nom, $row_address, $row_zip, $row_town, $row_country_code, $row_cb, $row_cg, $row_cc, $row_somme, $row_facnumber, $row_idfac, $row_iban, $row_bic, $row_datec, $row_drum)
{
// phpcs:enable
global $conf;
$CrLf = "\n";
$Rowing = sprintf("%06d", $row_idfac);

View File

@ -56,7 +56,9 @@ class Dolresource extends CommonObject
public $type_label;
public $tms='';
var $oldcopy;
public $cache_code_type_resource=array();
public $oldcopy;
/**
* Constructor