mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 18:54:37 -04:00
footer logic for custom props
This commit is contained in:
parent
78bf39fcd1
commit
3ac3f6006c
@ -234,9 +234,9 @@ class Design extends BaseDesign
|
|||||||
$variable = sprintf('%s%s', '$', $property);
|
$variable = sprintf('%s%s', '$', $property);
|
||||||
|
|
||||||
if (
|
if (
|
||||||
!is_null($this->entity->{$property}) ||
|
!is_null($this->entity->{$property}) &&
|
||||||
!empty($this->entity->{$property}) ||
|
!empty($this->entity->{$property}) &&
|
||||||
$this->entity->{$property} !== 0
|
$this->entity->{$property} != 0
|
||||||
) {
|
) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user