RT# 76303 - fixed bug with tags not saving when selected
[freeside.git] / httemplate / search / quotation.html
index f9b77b9..6a4fef0 100755 (executable)
@@ -17,6 +17,7 @@
                                            emt('Customer'),
                                            emt('Confidence'),
                                            emt('Close date'),
+                                           emt('Description')
                                          ],
                  'fields'             => [
                    'quotationnum',
@@ -35,6 +36,7 @@
                    sub { my $quotation = shift;
                          $quotation->close_date ? time2str('%b %d %Y', $quotation->close_date) : '';
                        },
+                   'quotation_description',
                    #\&FS::UI::Web::cust_fields,
                  ],
                  'sort_fields'        => [
@@ -46,6 +48,7 @@
                    '',
                    'confidence',
                    'close_date',
+                   'quotation_description'
                  ],
                  'align' => 'rrrrllrr', #.FS::UI::Web::cust_aligns(),
                  'links' => [
@@ -57,6 +60,7 @@
                    $cust_link,
                    $link,
                    $link,
+                   $link,
                    #( map { $_ ne 'Cust. Status' ? $cust_link : '' }
                    #      FS::UI::Web::cust_header()
                    #),