partner_ref_from_id
Get partner reference from id
Example
1
| {{ '123' | partner_ref_from_id }} => 123
|
Type |
Parameter |
Description |
Required |
int |
id |
The ID of the partner. Comes before the | sign. |
Required |
Output
Type |
Description |
mixed |
The reference of the partner or null if not found |