diff --git a/ajax_forms/getCostForm.php b/ajax_forms/getCostForm.php index d87a752..09d525b 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 += 8; // year, sub start, sub end, cost details, invoice num } ?>
@@ -64,6 +64,11 @@ + + + + + @@ -88,9 +93,17 @@ + + + + + + + + ' style='width:53px;' class='changeInput year' /> @@ -163,6 +178,17 @@ ' style='width:60px;' class='changeInput fundName' /> + + + ' 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 6618437..af204c9 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 = 12; $tableWidth = 760; - $formWidth = 784; + $formWidth = 1084; ?>