mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 05:44:37 -04:00
Update Helpers.php
Supporting reserved keywords in custom fields
This commit is contained in:
parent
d984780a24
commit
064fe179f9
@ -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