~mdoyen/homebank/5.3.x

« back to all changes in this revision

Viewing changes to src/hb-payee.c

  • Committer: Maxime Doyen
  • Date: 2019-09-20 17:09:01 UTC
  • Revision ID: homebank@free.fr-20190920170901-ny1i69v8t3j80fbg
5.2.8 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
void da_pay_consistency(Payee *item)
283
283
{
284
284
        g_strstrip(item->name);
285
 
        //5.2.4 we drop internal xfer here as it will disapear 
 
285
        //5.2.4 we drop internal xfer here as it will disapear
 
286
        //was faulty possible
286
287
        if( item->paymode == PAYMODE_INTXFER )
287
288
                item->paymode = PAYMODE_XFER;
288
289
}