mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +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;
|
@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>
|
<div>
|
||||||
<button
|
<button
|
||||||
@@ -79,3 +69,14 @@
|
|||||||
}
|
}
|
||||||
</div>
|
</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