Ignore:
Timestamp:
Nov 4, 2015, 9:00:41 AM (9 years ago)
Author:
chronos
Message:
  • Fixed: Generation of new invoices.
  • Fixed: Presetting values for pairing imported operations from bank account.
  • Fixed: Firewall NAT rules error.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Finance/Finance.php

    r760 r761  
    124124      $Group = $DbResult->fetch_assoc();
    125125      return($Group);
    126     } else die('Finance group not found');
     126    } else die('Finance group id '.$Id.' not found in table '.$Table);
    127127  }
    128128
     
    167167        $Consumption = 0;
    168168      }
     169      $Consumption = 0;
    169170      $this->Database->insert('MemberPayment', array('Member' => $Member['Id'],
    170171          'MonthlyInternet' => $MonthlyInet,
Note: See TracChangeset for help on using the changeset viewer.