CASE: check if a reconciliation has been starred in the working papers or not

,

There is now a method to check if a reconciliation has been starred or not in the working papers.

You can check by this code :

{% if period.reconciliations.verworpen_uitgaven.starred? == true %}
Some logic
{% endif %}

So the result of period.reconciliations.verworpen_uitgaven.starred? is either `true’ or ‘false’.

This might come in handy when you want to link to results from a reconciliation, but when it’s not starred, it’s not required to link to results.