X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fallocations%2Fsupplier_allocate.php;h=2f93c1a9829e6ddee275a8b981af1ba2a144669c;hb=6183e9450dcd7e4c747889c10903f6ff1b0add33;hp=0a85f478638ba39fd41d21fb8a0ecd0c78e65412;hpb=082b0f00ec5292669a82a0c611ef67650282a7c4;p=fa-stable.git diff --git a/purchasing/allocations/supplier_allocate.php b/purchasing/allocations/supplier_allocate.php index 0a85f478..2f93c1a9 100644 --- a/purchasing/allocations/supplier_allocate.php +++ b/purchasing/allocations/supplier_allocate.php @@ -46,6 +46,7 @@ function check_data() if (!check_num('amount' . $counter, 0)) { display_error(_("The entry for one or more amounts is invalid or negative.")); + set_focus('amount'); return false; }