X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcredit_note_entry.php;h=2a3077b4c5787b5e6c9680d26e92b50fae916284;hb=6bcd87642330092910f5d6977845a76ac59350ac;hp=98fd6c1e0b6c9d997f72a167efdcbd12b3ed3f96;hpb=19dce8c7be29e4cc8e7be92d044259348373d456;p=fa-stable.git diff --git a/sales/credit_note_entry.php b/sales/credit_note_entry.php index 98fd6c1e..2a3077b4 100644 --- a/sales/credit_note_entry.php +++ b/sales/credit_note_entry.php @@ -83,9 +83,9 @@ if (isset($_GET['AddedID'])) { //-------------------------------------------------------------------------------- function line_start_focus() { - global $Ajax; - $Ajax->activate('items_table'); - set_focus('_stock_id_edit'); + global $Ajax; + $Ajax->activate('items_table'); + set_focus('_stock_id_edit'); } //-----------------------------------------------------------------------------