[Bug] When using the variable $client.id_number, it is not displaying any information

Hey,

I’m trying to build my own invoice template. Due to german legislation, I have to display the Customer ID on the Invoice. When I’m using the variable $client.id_number no information is showing up.

Screenshot 2023-12-26 at 02.04.53



Hi,

Are you using the id number field, maybe you mean to use $client.number?

Thanks, that was the Problem.

Glad to hear it, thanks for the update!