Skip to content

Commit

Permalink
BTHAMM-14: Update Quote Id to Quote No on Quotation list
Browse files Browse the repository at this point in the history
  • Loading branch information
olayiwola-compucorp committed May 1, 2024
1 parent 521a5dd commit 6f64f93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ang/afsearchQuotations.aff.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div af-fieldset="">
<div class="civicase__features">
<div class="af-container row civicase__case-filter-form-elements">
<af-field class="col-md-2" name="id" defn="{label: 'Quotation Id', input_attrs: {}}" />
<af-field class="col-md-2" name="id" defn="{label: 'Quote No.', input_attrs: {}}" />
<af-field name="client_id" class="col-md-2" ng-show="expanded"/>
<af-field name="owner_id" class="col-md-2" ng-show="expanded"/>
<af-field name="description" class="col-md-2" ng-show="expanded"/>
Expand Down
4 changes: 2 additions & 2 deletions managed/SavedSearch_Civicase_Quotations.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
'type' => 'field',
'key' => 'id',
'dataType' => 'Integer',
'label' => 'ID',
'label' => 'Quote No.',
'sortable' => TRUE,
'alignment' => '',
],
Expand Down Expand Up @@ -262,7 +262,7 @@
'type' => 'field',
'key' => 'id',
'dataType' => 'Integer',
'label' => 'ID',
'label' => 'Quote No.',
'sortable' => TRUE,
'alignment' => '',
],
Expand Down

0 comments on commit 6f64f93

Please sign in to comment.