X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fsales_order_entry.php;h=3517196df208c18965e70d7b915fde0269af05be;hb=1cb4f8ee15c1b2971594821b48d9ef034f5edb13;hp=e087804a11ef59e66f76ef00e97e771538aef375;hpb=fd069bba86276f15311ff6ab10b22d4a06a55513;p=fa-stable.git diff --git a/sales/sales_order_entry.php b/sales/sales_order_entry.php index e087804a..3517196d 100644 --- a/sales/sales_order_entry.php +++ b/sales/sales_order_entry.php @@ -69,7 +69,7 @@ if (isset($_GET['NewDelivery']) && is_numeric($_GET['NewDelivery'])) { create_cart(ST_SALESINVOICE, $_GET['NewInvoice']); if (isset($_GET['FixedAsset'])) { - $_SESSION['page_title'] = _($help_context = "FA Sale"); + $_SESSION['page_title'] = _($help_context = "Fixed Assets Sale"); $_SESSION['Items']->fixed_asset = true; } else $_SESSION['page_title'] = _($help_context = "Direct Sales Invoice"); @@ -531,7 +531,7 @@ function check_item_data() return false; } - $cost_home = get_standard_cost(get_post('stock_id')); // Added 2011-03-27 Joe Hunt + $cost_home = get_unit_cost(get_post('stock_id')); // Added 2011-03-27 Joe Hunt $cost = $cost_home / get_exchange_rate_from_home_currency($_SESSION['Items']->customer_currency, $_SESSION['Items']->document_date); if (input_num('price') < $cost) {