X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_entry_items.php;h=17e123f9c6f891a54bd3c4e85e134d686de29792;hb=9451db1760036985de791ba24c442801e37f37de;hp=086303bd06931596a9d2bc78690a3e97190b8ee2;hpb=17b390efcf904072b02ec866b2a427490471a260;p=fa-stable.git diff --git a/purchasing/po_entry_items.php b/purchasing/po_entry_items.php index 086303bd..17e123f9 100644 --- a/purchasing/po_entry_items.php +++ b/purchasing/po_entry_items.php @@ -472,13 +472,8 @@ display_po_items($_SESSION['PO']); start_table(TABLESTYLE2); -if (list_updated('tax_algorithm')) { - $_SESSION['PO']->tax_algorithm = $_POST['tax_algorithm']; - $Ajax->activate('items_table'); -} if ($_SESSION['PO']->trans_type == ST_SUPPINVOICE) { - tax_algorithm_list_row(_("Tax algorithm:"), 'tax_algorithm', null, true); cash_accounts_list_row(_("Payment:"), 'cash_account', null, false, _('Delayed')); }