X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fallocations%2Fsupplier_allocation_main.php;h=3487767544f025f0dea620d3b5fdd2e1c012c49a;hb=39150665d5955716247c6c6e06adbcc2cad037a9;hp=a14565946c0fc42463653043705c6ee1bd6c6d6d;hpb=d2cc0860eccf02eaefcd90731ac3af141a841529;p=fa-stable.git diff --git a/purchasing/allocations/supplier_allocation_main.php b/purchasing/allocations/supplier_allocation_main.php index a1456594..34877675 100644 --- a/purchasing/allocations/supplier_allocation_main.php +++ b/purchasing/allocations/supplier_allocation_main.php @@ -34,7 +34,7 @@ start_form(); $_POST['supplier_id'] = get_global_supplier(); echo "
" . _("Select a Supplier: ") . "  "; - supplier_list('supplier_id', $_POST['supplier_id'], true, true); + echo supplier_list('supplier_id', $_POST['supplier_id'], true, true); echo "
"; check(_("Show Settled Items:"), 'ShowSettled', null, true); echo "


";