diff --git a/ang/afsearchQuotations.aff.html b/ang/afsearchQuotations.aff.html index b6d80d2a5..cff2c00b4 100644 --- a/ang/afsearchQuotations.aff.html +++ b/ang/afsearchQuotations.aff.html @@ -1,7 +1,7 @@
- + diff --git a/ang/civicase-features/quotations/directives/quotations-create.directive.js b/ang/civicase-features/quotations/directives/quotations-create.directive.js index b6721466e..bf8fad4e7 100644 --- a/ang/civicase-features/quotations/directives/quotations-create.directive.js +++ b/ang/civicase-features/quotations/directives/quotations-create.directive.js @@ -313,7 +313,7 @@ return; } - item.subtotal_amount = item.unit_price * item.quantity * ((100 - item.discounted_percentage) / 100) || 0; + item.subtotal_amount = roundTo(item.unit_price * item.quantity * ((100 - item.discounted_percentage) / 100) || 0, 2); $scope.$emit('totalChange'); validateProductPrice(index); } diff --git a/managed/SavedSearch_Civicase_Quotations.mgd.php b/managed/SavedSearch_Civicase_Quotations.mgd.php index 1000f31fc..2146f4683 100644 --- a/managed/SavedSearch_Civicase_Quotations.mgd.php +++ b/managed/SavedSearch_Civicase_Quotations.mgd.php @@ -80,7 +80,7 @@ 'type' => 'field', 'key' => 'id', 'dataType' => 'Integer', - 'label' => 'ID', + 'label' => 'Quote No.', 'sortable' => TRUE, 'alignment' => '', ], @@ -262,7 +262,7 @@ 'type' => 'field', 'key' => 'id', 'dataType' => 'Integer', - 'label' => 'ID', + 'label' => 'Quote No.', 'sortable' => TRUE, 'alignment' => '', ],