To display any number value into print as in the format of fixed digits, refer below code sample
<table style="width:100%;">
<tr>
<td>
${record.custbody_rapid_tht_entitybranch?string("00000")}
</td>
</tr>
</table>
To display any number value into print as in the format of fixed digits, refer below code sample
<table style="width:100%;">
<tr>
<td>
${record.custbody_rapid_tht_entitybranch?string("00000")}
</td>
</tr>
</table>