mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 21:24:29 -04:00
commit
6fb19bb8f2
@ -76,7 +76,7 @@ class Helpers
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return is_null($value) ? '' : $value;
|
return is_null($value) ? '' : $this->processReservedKeywords($value, $entity);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user