Changeset c7597d8 in mmcs for mainwindow.C


Ignore:
Timestamp:
Oct 31, 2016, 12:24:50 PM (8 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
2a84944
Parents:
79b7f06
Message:

Solucionado bug al seleccionar las exogenas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainwindow.C

    r79b7f06 rc7597d8  
    21812181            foreach(QString key2,diccCuentasExogenas[key])
    21822182            {
    2183                 for(int i=2;i<=cantidad;i++)
     2183                for(int i=2;i<cantidad;i++)
    21842184                {
    21852185                    QString cuenta=tablaEE->item(0,i)->text();
     
    43484348    tabWidget->removeTab(indice);
    43494349
    4350     estimarMb(Bn,Mb);
    4351     calcularSubtotalEndExg();
     4350    //estimarMb(Bn,Mb);
     4351    //calcularSubtotalEndExg();
    43524352    opcionMb++;
    43534353}
Note: See TracChangeset for help on using the changeset viewer.