Update category IDs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Reinhard Müller 2025-03-19 21:23:32 +01:00
parent c062f39bd8
commit 7e9b95c40e
2 changed files with 7 additions and 7 deletions

View File

@ -31,7 +31,7 @@ $who = isset($_POST["who"]) ? $_POST["who"] : false;
$activity = isset($_POST["activity"]) ? $_POST["activity"] : false;
$activity_tag = explode(":", $activity)[0];
$activity_text = explode(":", $activity)[1];
$category_id = "6664";
$category_id = "66640";
$category_text = "Per diem";
$description = isset($_POST["description"]) ? $_POST["description"] : false;
$extra = isset($_POST["extra"]) ? $_POST["extra"] : false;

View File

@ -149,12 +149,12 @@
<module id="fsfe-activities-options" />
</select></td>
<td><select class="form-control col-sm-3" name="category[]" id="category" size="1">
<option value="????:Other / I don't know">Other / I don't know</option>
<option value="6815:Office material">Office material</option>
<option value="6710:Packaging material">Packaging material</option>
<option value="6800:Postage">Postage</option>
<option value="6660:Travel costs - hotel">Travel costs - hotel</option>
<option value="6663:Travel costs - transport">Travel costs - transport</option>
<option value="???:Other / I don't know">Other / I don't know</option>
<option value="68150:Office material">Office material</option>
<option value="67100:Packaging material">Packaging material</option>
<option value="68000:Postage">Postage</option>
<option value="66600:Travel costs - hotel">Travel costs - hotel</option>
<option value="66630:Travel costs - transport">Travel costs - transport</option>
</select></td>
<td><input type="text" name="description[]" class="form-control" required="required" /></td>
<td><input type="file" name="receipt[]" class="form-control" required="required" /></td>