This package makes Product Line Items and Service Line Items sortable in Contracts, Quotes, and Invoices modules for SuiteCRM.
#4048 - Not working, broke edit functionality
The module broke edit functionality for quotes and invoices when installed on v7.12.2 with the following error:
AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Call to undefined method ViewEdit::ViewEdit() in /var/www/suitecrm/custom/modules/AOS_Quotes/views/view.edit.php:48\nStack trace:\n#0 /var/www/suitecrm/include/MVC/View/ViewFactory.php(279): AOS_QuotesViewEdit->AOS_QuotesViewEdit()\n#1 /var/www/suitecrm/include/MVC/View/ViewFactory.php(244): ViewFactory::_buildClass()\n#2 /var/www/suitecrm/include/MVC/View/ViewFactory.php(97): ViewFactory::_buildFromFile()\n#3 /var/www/suitecrm/include/MVC/Controller/SugarController.php(422): ViewFactory::loadView()\n#4 /var/www/suitecrm/include/MVC/Controller/SugarController.php(363): SugarController->processView()\n#5 /var/www/suitecrm/include/MVC/SugarApplication.php(101): SugarController->execute()\n#6 /var/www/suitecrm/index.php(52): SugarApplication->execute()\n#7 {main}\n thrown in /var/www/suitecrm/custom/modu...',
a year ago
Hi - did anyone figure out a solution for this?
a year ago
Hello,
You need to comment 48 line: parent::ViewEdit(); in 3 files: /custom/AOS_Contracts/views/view.edit.php /custom/AOS_Invoices/views/view.edit.php /custom/AOS_Quotes/views/view.edit.php
New versions of SuiteCRM does not have this function anymore
Thanks, Artjoms