Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 74a7dbca

Přidáno uživatelem Michal Kliment před více než 9 roky(ů)

Merge from SVN branch 1.2.

Zobrazit rozdíly:

application/controllers/bank_transfers.php
if ($dst_acc->id == 0)
{
// account has not been selected, trying to find member by correct variable symbol
/*$member = ORM::factory('member')
->where('variable_symbol', $form_data['correct_vs'])
->find();*/
$member = ORM::factory('variable_symbol')
->where('variable_symbol', $form_data['correct_vs'])
->find()->account->member;

Také k dispozici: Unified diff