fix scrunitizer
This commit is contained in:
parent
d98ce172ad
commit
21f6daae2a
@ -202,9 +202,6 @@ class BookKeeping extends CommonObject
|
|||||||
if (isset($this->sens)) {
|
if (isset($this->sens)) {
|
||||||
$this->sens = trim($this->sens);
|
$this->sens = trim($this->sens);
|
||||||
}
|
}
|
||||||
if (isset($this->fk_user_author)) {
|
|
||||||
$this->fk_user_author = trim($this->fk_user_author);
|
|
||||||
}
|
|
||||||
if (isset($this->import_key)) {
|
if (isset($this->import_key)) {
|
||||||
$this->import_key = trim($this->import_key);
|
$this->import_key = trim($this->import_key);
|
||||||
}
|
}
|
||||||
@ -522,9 +519,6 @@ class BookKeeping extends CommonObject
|
|||||||
if (isset($this->sens)) {
|
if (isset($this->sens)) {
|
||||||
$this->sens = trim($this->sens);
|
$this->sens = trim($this->sens);
|
||||||
}
|
}
|
||||||
if (isset($this->fk_user_author)) {
|
|
||||||
$this->fk_user_author = trim($this->fk_user_author);
|
|
||||||
}
|
|
||||||
if (isset($this->import_key)) {
|
if (isset($this->import_key)) {
|
||||||
$this->import_key = trim($this->import_key);
|
$this->import_key = trim($this->import_key);
|
||||||
}
|
}
|
||||||
@ -1139,9 +1133,6 @@ class BookKeeping extends CommonObject
|
|||||||
if (isset($this->sens)) {
|
if (isset($this->sens)) {
|
||||||
$this->sens = trim($this->sens);
|
$this->sens = trim($this->sens);
|
||||||
}
|
}
|
||||||
if (isset($this->fk_user_author)) {
|
|
||||||
$this->fk_user_author = trim($this->fk_user_author);
|
|
||||||
}
|
|
||||||
if (isset($this->import_key)) {
|
if (isset($this->import_key)) {
|
||||||
$this->import_key = trim($this->import_key);
|
$this->import_key = trim($this->import_key);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user