Create admin for motive

This commit is contained in:
2025-11-07 10:11:46 +00:00
committed by Julien Fastré
parent 1fc5530707
commit 51607572de
47 changed files with 1418 additions and 196 deletions

View File

@@ -35,7 +35,7 @@ class LoadCancelReason extends Fixture implements FixtureGroupInterface
$arr = [
['name' => CancelReason::CANCELEDBY_USER],
['name' => CancelReason::CANCELEDBY_PERSON],
['name' => CancelReason::CANCELEDBY_DONOTCOUNT],
['name' => CancelReason::CANCELEDBY_OTHER],
];
foreach ($arr as $a) {