mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
in case of old code in other part makes a direct assignation
This commit is contained in:
parent
d288fe74a2
commit
03340d6016
|
|
@ -2522,6 +2522,9 @@ class Facture extends CommonInvoice
|
|||
if (isset($this->retained_warranty)) {
|
||||
$this->retained_warranty = floatval($this->retained_warranty);
|
||||
}
|
||||
if (!isset($this->fk_user_author) && isset($this->user_author) ) {
|
||||
$this->fk_user_author = $this->user_author;
|
||||
}
|
||||
|
||||
|
||||
// Check parameters
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user