Fixed help link
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Thu, 20 Jan 2011 18:21:37 +0000 (18:21 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Thu, 20 Jan 2011 18:21:37 +0000 (18:21 +0000)
gl/accruals.php

index 60f38577c0fefb61f6acba6a9bc23ba4ba9d15de..660c700395f4ccc9638eff8a31568249a88d60fd 100644 (file)
@@ -17,7 +17,7 @@ if ($use_date_picker)
 // Begin the UI
 include_once($path_to_root . "/includes/ui.inc");
 
-$_SESSION['page_title'] = _($help_context = _("Revenue / Cost Accruals"));
+$_SESSION['page_title'] = _($help_context = "Revenue / Cost Accruals");
 page($_SESSION['page_title'], false, false,'', $js);
 
 //--------------------------------------------------------------------------------------------------
@@ -130,6 +130,7 @@ if (isset($_POST['go']) || isset($_POST['show']))
                                                0, $ref, $am0 * -1);
                                        add_gl_trans(ST_JOURNAL, $id, $date, get_post('res_act'), get_post('dimension_id'),
                                                get_post('dimension2_id'), $ref, $am0);
+                                       add_audit_trail(ST_JOURNAL, $id, $date);
                                        add_comments(ST_JOURNAL, $id, $date, $memo);
                                        $Refs->save(ST_JOURNAL, $id, $ref);
                                }