This commit is contained in:
Nino
2025-05-12 16:13:11 +02:00

View File

@@ -1,14 +1,4 @@
@let receipt = receiptResult().data;
<button
class="fixed bottom-6 right-6"
uiButton
color="brand"
size="large"
[disabled]="selectedItems().length === 0"
(click)="startProcess()"
>
Rückgabe starten
</button>
<div>
<button
@@ -79,3 +69,14 @@
}
</div>
}
<div class="h-20"></div>
<button
class="fixed bottom-6 right-6"
uiButton
color="brand"
size="large"
[disabled]="selectedItems().length === 0"
(click)="startProcess()"
>
Rückgabe starten
</button>