Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2057

Přidáno uživatelem David Raška před více než 11 roky(ů)

Opravy:
- fixes #682 - Oprava strankovani ve vykazech, neodeslanych sms a fakturach

Zobrazit rozdíly:

freenetis/branches/1.1/application/controllers/invoices.php
);
// path to form
$path = Config::get('lang') . '/invoices/' . $limit_results . '/'
$path = Config::get('lang') . '/invoices/show_all/' . $limit_results . '/'
. $order_by . '/' . $order_by_direction.'/'
. $page_word. '/' . $page;
freenetis/branches/1.1/application/controllers/sms.php
'selector_increace' => 100,
'selector_min' => 100,
'selector_max_multiplier' => 10,
'base_url' => Config::get('lang').'/sms/show_all/'
'base_url' => Config::get('lang').'/sms/show_unread/'
. $limit_results.'/'.$order_by.'/'.$order_by_direction,
'uri_segment' => 'page',
'total_items' => $total_sms_message,
freenetis/branches/1.1/application/controllers/work_reports.php
'selector_increace' => 100,
'selector_min' => 100,
'selector_max_multiplier' => 20,
'base_url' => Config::get('lang').'/work_reports/pending/'
'base_url' => Config::get('lang').'/work_reports/show_all/'
. $limit_results.'/'.$order_by.'/'.$order_by_direction,
'uri_segment' => 'page',
'total_items' => isset($total_work_reports) ? $total_work_reports : 0,

Také k dispozici: Unified diff