fix removing users from shift, fixes #359
This commit is contained in:
parent
f8807c4efb
commit
deae2a1721
|
@ -248,6 +248,7 @@ function shift_entry_delete_controller()
|
||||||
$shift_entry_source = DB::selectOne('
|
$shift_entry_source = DB::selectOne('
|
||||||
SELECT
|
SELECT
|
||||||
`User`.`Nick`,
|
`User`.`Nick`,
|
||||||
|
`User`.`Gekommen`,
|
||||||
`ShiftEntry`.`Comment`,
|
`ShiftEntry`.`Comment`,
|
||||||
`ShiftEntry`.`UID`,
|
`ShiftEntry`.`UID`,
|
||||||
`ShiftTypes`.`name`,
|
`ShiftTypes`.`name`,
|
||||||
|
|
Loading…
Reference in New Issue