mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 03:08:25 +00:00 
			
		
		
		
	FIX [budget] display budget element comment if it is of kind 'autre'
This commit is contained in:
		@@ -16,8 +16,14 @@
 | 
			
		||||
            <td class="el-type">
 | 
			
		||||
                {% if f.isResource %}
 | 
			
		||||
                    {{ f.resource.name|localize_translatable_string }}
 | 
			
		||||
                    {% if f.resource.getKind is same as 'other' %}
 | 
			
		||||
                        : {{ f.getComment }}
 | 
			
		||||
                    {% endif %}
 | 
			
		||||
                {% else %}
 | 
			
		||||
                    {{ f.charge.name|localize_translatable_string }}
 | 
			
		||||
                        {% if f.charge.getKind is same as 'other' %}
 | 
			
		||||
                            : {{ f.getComment }}
 | 
			
		||||
                        {% endif %}
 | 
			
		||||
                {% endif %}
 | 
			
		||||
            </td>
 | 
			
		||||
            <td>{{ f.amount|format_currency('EUR') }}</td>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user