feat: refs #8487 delete appointment from travel view #3421

Merged
robert merged 1 commits from 8487-modifyTravelView into test 2025-02-06 12:32:13 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit f12a690bef - Show all commits

View File

@ -16,7 +16,6 @@ AS SELECT `t`.`id` AS `id`,
`t`.`kg` AS `kg`,
`t`.`cargoSupplierFk` AS `cargoSupplierFk`,
`t`.`totalEntries` AS `totalEntries`,
`t`.`appointment` AS `appointment`,
`t`.`awbFk` AS `awbFk`,
`t`.`isRaid` AS `isRaid`,
`t`.`daysInForward` AS `daysInForward`