Ignore:
Timestamp:
Sep 7, 2014, 6:15:54 PM (10 years ago)
Author:
chronos
Message:
  • Opraveno: Zobrazení stavu placení u Subjektů v ISu.
  • Přidáno: Výchozí řazení u fronty emailů podle času.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Setup/Updates.php

    r688 r689  
    889889        // Convert monthly plus payment for consumption to regular service
    890890  $DbResult = $Manager->Execute('SELECT `MonthlyPlus`, `Member` FROM `MemberPayment` WHERE `MonthlyPlus` > 0');
    891   while($DbResult->num_rows > 0)
     891  while($DbRow = $DbResult->fetch_assoc)
    892892  {
    893         $DbRow = $DbResult->fetch_assoc();
    894893    $Manager->Execute("INSERT INTO `Service` (`Id` ,`Name` ,`Category` ,`Price` ,`VAT`) ".
    895894      "VALUES (NULL , 'Spotřeba energie', 3, -".$DbRow['MonthlyPlus'].", 2);");
Note: See TracChangeset for help on using the changeset viewer.