1
0

Fixed Parameters

This commit is contained in:
2025-06-10 16:55:03 +02:00
parent e866e94303
commit 9afb3328ba
4 changed files with 6 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
export def lumen-assono-overtime-calc [startdate = datetime]: nothing -> string {
pwsh -command $'Invoke-assOrgaOvertimeCalculator ($startdate)'
export def lumen-assono-overtime-calc [startdate: datetime]: nothing -> string {
pwsh -command $'Invoke-assOrgaOvertimeCalculator ($startdate | format date '%d/%m/%Y')'
}