BUG 8782 No esta realizando la multiplicacion dentro de grilla SOLVED
- No esta realizando la multiplicacion dentro de grillas, esto ocurre en IE, FF, Chrome, Safari - Se soluciono este problema. en gulliver/grid.js
This commit is contained in:
@@ -494,11 +494,11 @@ var G_Grid = function(oForm, sGridName){
|
|||||||
if (this.aFunctions.length > 0) {
|
if (this.aFunctions.length > 0) {
|
||||||
this.assignFunctions(this.aFunctions, 'change', currentRow);
|
this.assignFunctions(this.aFunctions, 'change', currentRow);
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
if (this.aFormulas.length > 0) {
|
if (this.aFormulas.length > 0) {
|
||||||
this.assignFormulas(this.aFormulas, 'change', currentRow);
|
this.assignFormulas(this.aFormulas, 'change', currentRow);
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
//Recalculate functions if are declared
|
//Recalculate functions if are declared
|
||||||
var oAux;
|
var oAux;
|
||||||
if (this.aFunctions.length > 0) {
|
if (this.aFunctions.length > 0) {
|
||||||
@@ -855,7 +855,7 @@ var G_Grid = function(oForm, sGridName){
|
|||||||
////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
this.setFormulas = function(aFormulas) {
|
this.setFormulas = function(aFormulas) {
|
||||||
this.aFormulas = aFormulas;
|
this.aFormulas = aFormulas;
|
||||||
// this.assignFormulas(this.aFormulas, 'change');
|
this.assignFormulas(this.aFormulas, 'change');
|
||||||
};
|
};
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user