mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 10:21:32 +01:00
Fix deprecated var
This commit is contained in:
@@ -301,6 +301,7 @@ class CompanyPaymentMode extends CommonObject
|
||||
|
||||
// For backward compatibility
|
||||
$this->iban = $this->iban_prefix;
|
||||
$this->date_modification = $this->tmps;
|
||||
|
||||
//if ($result > 0 && !empty($this->table_element_line)) $this->fetchLines();
|
||||
return $result;
|
||||
|
||||
@@ -1308,7 +1308,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
|
||||
print $s;
|
||||
print '</td>';
|
||||
print '<td>';
|
||||
print dol_print_date($companypaymentmodetemp->tms, 'dayhour');
|
||||
print dol_print_date($companypaymentmodetemp->date_modification, 'dayhour');
|
||||
print '</td>';
|
||||
// Fields from hook
|
||||
$parameters = array('arrayfields' => array(), 'obj' => $obj, 'linetype' => 'stripecard');
|
||||
|
||||
Reference in New Issue
Block a user