Results 1 to 3 of 3

Thread: defaut to not display line numbers on quote

  1. #1
    JVWay is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Corvallis, Oregon
    Posts
    452

    Default defaut to not display line numbers on quote

    Anyone know how to set quotes so that they do not display line numbers by default?

    Thanks,
    Jerry Way
    Business Process Administrator

    Sugar 6.1.4 Professional
    (Testing 6.1.2)
    LAMP on Centos 5
    PHP 5
    MySQL 5
    Apache 2.2

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: defaut to not display line numbers on quote

    I don't see a 'configuration' way to do this, but there should be one

    the only way I see to do it is to look for this code in /modules/Quotes/views/view.edit.php around line 196

    PHP Code:
              if(empty($this->bean->id)) {
                  
    $this->ss->assign('CALC_GRAND_TOTAL_CHECKED''checked');
                  
    $this->ss->assign('SHOW_LINE_NUMS_CHECKED''checked');  <----------------
              } else {
                  ............... 
    and remove that first

    $this->ss->assign('SHOW_LINE_NUMS_CHECKED', 'checked');

    the opne with the <------------ next to it.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  3. #3
    JVWay is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Corvallis, Oregon
    Posts
    452

    Default Re: defaut to not display line numbers on quote

    Thanks Ken,

    Is it true that to make this upgrade safe I would copy this file into the same folder structure in custom?
    Jerry Way
    Business Process Administrator

    Sugar 6.1.4 Professional
    (Testing 6.1.2)
    LAMP on Centos 5
    PHP 5
    MySQL 5
    Apache 2.2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. PHP Warnings after install add-in Module
    By kgeving in forum Help
    Replies: 1
    Last Post: 2006-08-08, 05:54 PM
  2. Replies: 0
    Last Post: 2006-07-03, 09:54 AM
  3. ERROR in 4.01
    By rateck in forum Help
    Replies: 3
    Last Post: 2006-02-02, 10:00 PM
  4. Multiple errors
    By amoslmeditabcom693427 in forum Help
    Replies: 0
    Last Post: 2004-11-11, 05:02 PM
  5. Errors when importing
    By amoslmeditabcom693427 in forum Help
    Replies: 0
    Last Post: 2004-11-09, 05:14 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •