Skip to content

Commit

Permalink
fix rate export destination name
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 18, 2019
1 parent 0f8d68c commit dd20659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protected/controllers/RateController.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class RateController extends Controller
'pk' => 'id',
'fieldReport' => 'prefix',
),
't.id' => array(
'id' => array(
'table' => 'pkg_prefix',
'pk' => 'id',
'fieldReport' => 'destination',
Expand Down

0 comments on commit dd20659

Please sign in to comment.