Fixed Parameters
This commit is contained in:
@@ -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')'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user