mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merge tag '4.0-hotfix-release'
This commit is contained in:
@@ -88,11 +88,7 @@ export class ReturnSummaryComponent {
|
||||
returnItemsAndPrintReciptStatusPending = computed(() => {
|
||||
return this.returnItemsAndPrintReciptStatus() === 'pending';
|
||||
});
|
||||
|
||||
/**
|
||||
* Handles the return and print process for multiple items.
|
||||
*
|
||||
* This method:
|
||||
* 1. Checks if a return process is already in progress
|
||||
* 2. Sets status to pending while processing
|
||||
* 3. Calls the ReturnProcessService to complete the return
|
||||
|
||||
Reference in New Issue
Block a user