diff --git a/apps/maarch_entreprise/Views/basket-administration.component.html b/apps/maarch_entreprise/Views/basket-administration.component.html index b4d734c3802f5dfba91029d293e6cd81608d1e4e..e28e3d7d705d6834b6dc6dc5f693c94949236623 100644 --- a/apps/maarch_entreprise/Views/basket-administration.component.html +++ b/apps/maarch_entreprise/Views/basket-administration.component.html @@ -156,7 +156,7 @@ <ng-container matColumnDef="label_action"> <mat-header-cell *matHeaderCellDef></mat-header-cell> <mat-cell *matCellDef="let element" style="flex:6;"> - <mat-checkbox color="primary" (change)="addAction(group)" [(ngModel)]="element.checked">{{element.label_action}}</mat-checkbox> <small>({{element.origin}})</small> + <mat-checkbox color="primary" (change)="addAction(group)" [(ngModel)]="element.checked">{{element.label_action}}</mat-checkbox> </mat-cell> </ng-container> <ng-container matColumnDef="actions">