SuiteCRM icon indicating copy to clipboard operation
SuiteCRM copied to clipboard

SuiteCRM - Open source CRM for the world

Results 482 SuiteCRM issues
Sort by recently updated
recently updated
newest added

## 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...

Status: Passed Code Review
Status: Passed Testing

## 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%"...

Status: Passed Code Review
Status: Passed Testing

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...

Type: Bug
Status:Fix Proposed
Priority:Important
Area: Workflow
Severity: Moderate

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...

Status: Requires Testing
Status: Passed Code Review

### 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:...

Type: Bug
Status:Requires Updates
Area: Module

#### 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...

Type: Bug
Priority:Important

### 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...

Type: Bug

### 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...

Type: Bug
Status:Fix Proposed
Priority:Important
Severity: Moderate

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...

Type: Bug
Priority:Moderate
Area: Module