BUG 5140 "Formula is not working in master dynaforms" SOLVED
- Not taken into account the attribute "Decimal Separator" for the execution of a formula in master DynaForms - When entering data in a Currency/Percentage field is added spaces at the beginning (when the field is in a formula) - Problem solved, has joined the attribute "Decimal Separator" to evaluate the formula - It has rewritten the algorithm for the formula evaluation * Available from version 2.0.44
This commit is contained in:
@@ -192,7 +192,10 @@ class Main extends Controller
|
||||
|
||||
$availableLangArray = $this->getLanguagesList();
|
||||
|
||||
G::LoadClass ('serverConfiguration');
|
||||
G::LoadClass("serverConfiguration");
|
||||
|
||||
$sflag = 0;
|
||||
|
||||
if (($nextBeatDate = $this->memcache->get('nextBeatDate')) === false) {
|
||||
//get the serverconf singleton, and check if we can send the heartbeat
|
||||
$oServerConf = & serverConf::getSingleton ();
|
||||
|
||||
Reference in New Issue
Block a user