mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	| @@ -346,9 +346,11 @@ | ||||
|                             <ul class="dropdown-menu dropdown-menu-right" role="menu"> | ||||
|                                 <li><a href="{{ route('transactions.edit', [group.id]) }}"><span | ||||
|                                             class="fa fa-fw fa-pencil"></span> {{ 'edit'|_ }}</a></li> | ||||
|                                 {% if transaction.transaction_type_type != 'Reconciliation' and transaction.transaction_type_type != 'Opening balance' and transaction.transaction_type_type != 'Liability credit' %} | ||||
|                                 {% if transaction.transaction_type_type != 'Opening balance' and transaction.transaction_type_type != 'Liability credit' %} | ||||
|                                 <li><a href="{{ route('transactions.delete', [group.id]) }}"><span | ||||
|                                             class="fa fa-fw fa-trash"></span> {{ 'delete'|_ }}</a></li> | ||||
|                                 {% endif %} | ||||
|                                 {% if transaction.transaction_type_type != 'Reconciliation' and transaction.transaction_type_type != 'Opening balance' and transaction.transaction_type_type != 'Liability credit' %} | ||||
|                                 <li><a href="#" data-id="{{ group.id }}" class="clone-transaction"><span | ||||
|                                             class="fa fa-copy fa-fw"></span> {{ 'clone'|_ }}</a></li> | ||||
|                                 <li><a href="#" data-id="{{ group.id }}" class="clone-transaction-and-edit"><span | ||||
|   | ||||
		Reference in New Issue
	
	Block a user