Skip to content
Snippets Groups Projects
Commit 6c2a7c16 authored by Vinciane's avatar Vinciane
Browse files

FIX #9511 No duplicate if is AR

parent 00ad49ba
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<menu-nav></menu-nav> <menu-nav></menu-nav>
<mat-nav-list *ngIf="!creationMode"> <mat-nav-list *ngIf="!creationMode">
<h3 mat-subheader>{{lang.actions}}</h3> <h3 mat-subheader>{{lang.actions}}</h3>
<a mat-list-item *ngIf="!lockFound" (click)="duplicateTemplate()"> <a mat-list-item *ngIf="!lockFound && template.template_target != 'acknowledgementReceipt'" (click)="duplicateTemplate()">
<mat-icon color="primary" mat-list-icon class="fa fa-copy"></mat-icon> <mat-icon color="primary" mat-list-icon class="fa fa-copy"></mat-icon>
<p mat-line> <p mat-line>
{{lang.duplicate}} {{lang.duplicate}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment