Dear all ,
please check the approval username is not coming in the custom print format print
</tr>
{%- for action in frappe.get_all('Workflow Action', filters={'reference_name': doc.name}, fields=['workflow_state','user', 'creation']) %}
<tr>
<td>{{ action.name }}</td>
<td>{{ action.user }}</td>
<td>{{ action.creation }}</td>
</tr>
{%- endfor %}
Action | User | Date |
---|