X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcredit_note_entry.php;h=2a3077b4c5787b5e6c9680d26e92b50fae916284;hb=e221114b610740861dae6b7b4af5d0af28abbe21;hp=98fd6c1e0b6c9d997f72a167efdcbd12b3ed3f96;hpb=8ffddf50ffbe93672c769e2cf0501d0f9125e2a0;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'); } //-----------------------------------------------------------------------------