Skip to content

Commit 3950012

Browse files
committed
EA-6357: Get rid of 'ORA-01476: divisor is equal to zero' fatal message
Tocket: https://sugarcrm.atlassian.net/browse/EA-6357
1 parent e03de09 commit 3950012

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/data/Opportunities.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@
4747
$GLOBALS['dataTool']['Opportunities']['ai_opp_conv_score_absolute'] = ['range' => ['min' => 1, 'max' => 30], 'multiply' => 3.321];
4848
$GLOBALS['dataTool']['Opportunities']['ai_opp_conv_bin_accuracy'] = ['range' => ['min' => 1, 'max' => 30], 'multiply' => 3.321];
4949
$GLOBALS['dataTool']['Opportunities']['ai_opp_conv_multiplier'] = ['range' => ['min' => 1, 'max' => 30], 'multiply' => 3.321];
50+
$GLOBALS['dataTool']['Opportunities']['base_rate'] = ['value' => 1];

0 commit comments

Comments
 (0)