RT# 74666 - added the field quotation description to the list quotation and advanced...
authorChristopher Burger <burgerc@freeside.biz>
Thu, 6 Jul 2017 16:53:41 +0000 (12:53 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Thu, 6 Jul 2017 16:53:41 +0000 (12:53 -0400)
httemplate/search/quotation.html

index f9b77b9..8b55bd5 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'        => [