Anyone know how to set quotes so that they do not display line numbers by default?
Thanks,
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
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
and remove that firstPHP Code:if(empty($this->bean->id)) {
$this->ss->assign('CALC_GRAND_TOTAL_CHECKED', 'checked');
$this->ss->assign('SHOW_LINE_NUMS_CHECKED', 'checked'); <----------------
} else {
...............
$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
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks