SuiteCRM
SuiteCRM copied to clipboard
SuiteCRM - Open source CRM for the world
## Description See the issue: https://github.com/salesagility/SuiteCRM/issues/10437 ## Motivation and Context ## How To Test This See the issue: https://github.com/salesagility/SuiteCRM/issues/10437 ## Types of changes - [x] Bug fix (non-breaking change which...
## Description When the user sets their Significant Digits to 0 (via their Profile) When viewing the Quotes detailview, any "0" values are stripped, leading to displaying errors ie: "0%"...
Use fixUpFormatting to correct date formats back to DB format so that fromDB is passed a date in DB format: `$value = $businessHours->addBusinessHours($amount, $timedate->fromDb($bean->$dateToUse)) ` ## Description Use fix up...
### Issue When using business hours to calculate date in workflow a 500 error is thrown when running from cron: [16-Jun-2024 15:12:15 UTC] PHP Fatal error: Uncaught TypeError: AOBH_BusinessHours::addBusinessHours(): Argument...
Add empty check to avoid 500 error when deploying module from module loader ## Description Add empty check after loading user preferences to avoid 500 when running php8+ PHP Fatal...
### Issue When running php8+ and if the user preference "globalSearch" is not set for the current user then you get the following error when deploying : PHP Fatal error:...
#### Issue At least in certain situations, the order of operations of a Workflow cause it to error out. #### Expected Behavior No errors from workflows. Also, this workflow worked...
### Issue I am trying to set an entry in a module in my suitecrm instance the method am using is this ```bash static Future createTurnoVigilante({ required String nombre, required...
### Issue Unable to create a link to a custom module in the Security Groups sub-panel by using the 'Create' button's 'Select' option. This is a bug. When selecting a...
This issue is pretty much identical to #7869, but is found in modules/Import/Forms.php. #### Issue When importing into a module with options set to an empty string. I get a...