Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 903a758d

Přidáno uživatelem Filip Miškařík před téměř 5 roky(ů)

refs #1129: Repair and speed-up of counting subtotal of transfers. Changes in tranfers controller and tranfer model.

Zobrazit rozdíly:

application/models/transfer.php
LEFT JOIN transfers pt ON pt.id = t.previous_transfer_id
LEFT JOIN bank_transfers bt ON pt.id = bt.transfer_id
$where $cond
ORDER BY $order_by $order_by_direction
ORDER BY $order_by $order_by_direction, `id` $order_by_direction
LIMIT ".intval($limit_from).", ".intval($limit_results)."
");
}

Také k dispozici: Unified diff