Ignore:
Timestamp:
Jul 7, 2013, 10:41:07 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Generování měsíčních plateb. Chyběla funkce vkládání faktury.
  • Opraveno: Pořadí mazání starých tabulek FinanceBills.
  • Opraveno: Chyba zobrazení souborů z IS.
File:
1 edited

Legend:

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

    r548 r552  
    3434    $DbResult = $this->Database->query('SELECT Member.*, MemberPayment.MonthlyPlus AS MonthlyPlus '.
    3535      'FROM Member LEFT JOIN MemberPayment ON MemberPayment.Member=Member.Id WHERE Member.Subject='.$Subject['Id']);
     36    if($DbResult->num_rows == 0)
     37    {
     38      return($this->SystemMessage('Položka nenalezena', 'Zákazník nenalezen'));     
     39    }
    3640    $Member = $DbResult->fetch_assoc();
    3741    $Output = '<table width="100%" border="0" cellspacing="0" cellpadding="3"><tr><td valign="top">';
Note: See TracChangeset for help on using the changeset viewer.