Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
fbf5a1c056
@ -338,7 +338,6 @@ if (! $error && $xml)
|
|||||||
$out.='<tr class="oddeven">';
|
$out.='<tr class="oddeven">';
|
||||||
$out.='<td>'.$i.'</td>' . "\n";
|
$out.='<td>'.$i.'</td>' . "\n";
|
||||||
$out.='<td>'.$file['filename'];
|
$out.='<td>'.$file['filename'];
|
||||||
$out.=PHP_OS;
|
|
||||||
if (! preg_match('/^win/i',PHP_OS)) {
|
if (! preg_match('/^win/i',PHP_OS)) {
|
||||||
$htmltext=$langs->trans("YouCanDeleteFileOnServerWith", 'rm '.DOL_DOCUMENT_ROOT.'/'.$file['filename']);
|
$htmltext=$langs->trans("YouCanDeleteFileOnServerWith", 'rm '.DOL_DOCUMENT_ROOT.'/'.$file['filename']);
|
||||||
$out.=' '.$form->textwithpicto('', $htmltext, 1, 'help', '', 0, 2, 'helprm');
|
$out.=' '.$form->textwithpicto('', $htmltext, 1, 'help', '', 0, 2, 'helprm');
|
||||||
|
|||||||
@ -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_ref, $row_idfac, $row_iban, $row_bic, $row_datec, $row_drum)
|
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_ref, $row_idfac, $row_iban, $row_bic, $row_datec, $row_drum)
|
||||||
{
|
{
|
||||||
// phpcs:enable
|
// phpcs:enable
|
||||||
|
global $conf;
|
||||||
$CrLf = "\n";
|
$CrLf = "\n";
|
||||||
$Rowing = sprintf("%06d", $row_idfac);
|
$Rowing = sprintf("%06d", $row_idfac);
|
||||||
|
|
||||||
|
|||||||
@ -56,7 +56,9 @@ class Dolresource extends CommonObject
|
|||||||
public $type_label;
|
public $type_label;
|
||||||
public $tms='';
|
public $tms='';
|
||||||
|
|
||||||
var $oldcopy;
|
public $cache_code_type_resource=array();
|
||||||
|
|
||||||
|
public $oldcopy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user