mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merge branch 'develop' of https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend into develop
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user