f2915737 by Chris Boden

Invoice update accepting different types

1 parent fb8d26a5
......@@ -1072,7 +1072,8 @@ class Actions {
, 'institute' => isset($postarray['institution']) ? $postarray['institution'] : ""
, 'hours' => $postarray['hours']
, 'attended' => isset($postarray['attended']) ? "yes" : "no"
, 'event_id' => "0"
, 'post_type' => "event"
, 'post_id' => '0'
, 'recorded' => time()
);
......