diff --git a/resources/ajax_forms/getCostForm.php b/resources/ajax_forms/getCostForm.php index 464f3273e..c9c8adad6 100644 --- a/resources/ajax_forms/getCostForm.php +++ b/resources/ajax_forms/getCostForm.php @@ -38,11 +38,11 @@ // Table geometry is different if enhanced cost history is enabled $baseWidth = 345; $numCols = 6; -if ($enhancedCostFlag) -{ - $baseWidth += 388; - $numCols += 5; // year, sub start, sub end, cost details, invoice num +if ($enhancedCostFlag){ + $baseWidth += 688; + $numCols += 8; // year, sub start, sub end, cost details, invoice num } + ?>
@@ -69,6 +69,11 @@ + + + + + @@ -111,9 +116,20 @@ ?> + + + + + + + + + + + + + + ' style='width:60px;' class='changeInput priceTaxExcluded' /> + + + ' style='width:60px;' class='changeInput taxRate' /> + + + ' style='width:60px;' class='changeInput priceTaxIncluded' /> + + ' class='changeInput paymentAmount costHistoryPayment' /> @@ -266,7 +293,6 @@ ?> -