diff --git a/ajax_forms/getCostForm.php b/ajax_forms/getCostForm.php index 8f5bd3f..bea6cb8 100644 --- a/ajax_forms/getCostForm.php +++ b/ajax_forms/getCostForm.php @@ -37,8 +37,8 @@ $baseWidth = 345; $numCols = 6; if ($enhancedCostFlag){ - $baseWidth += 388; - $numCols += 5; // year, sub start, sub end, cost details, invoice num + $baseWidth += 688; + $numCols += 9; // year, sub start, sub end, cost details, invoice num } ?>
| ' style='width:53px;' class='changeInput year' /> | @@ -163,6 +181,20 @@' style='width:60px;' class='changeInput fundName' /> | + ++ ' style='width:60px;' class='changeInput fundCode' /> + | ++ ' style='width:60px;' class='changeInput priceTaxExcluded' /> + | ++ ' style='width:60px;' class='changeInput taxRate' /> + | ++ ' style='width:60px;' class='changeInput priceTaxIncluded' /> + | +' style='width:50px;' class='changeInput paymentAmount' /> | diff --git a/ajax_htmldata/getAcquisitionsDetails.php b/ajax_htmldata/getAcquisitionsDetails.php index 798a488..c586a44 100644 --- a/ajax_htmldata/getAcquisitionsDetails.php +++ b/ajax_htmldata/getAcquisitionsDetails.php @@ -3,9 +3,9 @@ $enhancedCostFlag = ((isset($config->settings->enhancedCostHistory)) && (strtoupper($config->settings->enhancedCostHistory) == 'Y')) ? 1 : 0; $enhancedCostFlag = (strtoupper($config->settings->enhancedCostHistory) == 'Y') ? 1 : 0; if ($enhancedCostFlag){ - $numCols = 9; + $numCols = 13; $tableWidth = 760; - $formWidth = 784; + $formWidth = 1084; ?>