From: Janusz Dobrowolski Date: Sat, 30 Oct 2010 13:35:22 +0000 (+0000) Subject: A couple of various small fixes. X-Git-Tag: v2.4.2~19^2~523 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=001d671a07d1d06cc216537fbc2144b7dc5ffb9f;p=fa-stable.git A couple of various small fixes. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9fe73074..3d7e3e42 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,9 +19,19 @@ Legend: ! -> Note $ -> Affected files -29-Oct-2010 Janusz Dobrowolski +30-Oct-2010 Janusz Dobrowolski +! Added group code in account groups list selector. +$ /includes/ui/ui_lists.inc +! Normalized add_domain() parameters in native/ohpgettext classes +$ /includes/lang/gettext.php +! submit_js_confirm() fixed to be used also on buttons uploaded with ajax. +$ /includes/ui/ui_input.inc +# Validation code was skipped when Esc/ctrlEnter hotkeys used +$ /js/inserts.js # Fixed reference display in credit note edition. $ /sales/includes/ui/sales_credit_ui.inc + +29-Oct-2010 Janusz Dobrowolski # Fixed cleanup for input arrays $ /includes/session.inc