Skip to content

Commit

Permalink
more updates removing set db module calls
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Dec 20, 2018
1 parent 94fad6e commit 2e40131
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pay_balance_payza.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ function pay_balance_payza() {
$custid = get_custid($custid, $module);
$table->add_hidden('module', $module);
$db = get_module_db($module);
$GLOBALS['tf']->accounts->set_db_module($module);
$GLOBALS['tf']->history->set_db_module($module);
$data = $GLOBALS['tf']->accounts->read($custid);
$table->set_title('Make '.$settings['TBLNAME'].' Payza Payment');
$table->add_hidden('custid', $custid);
Expand Down

0 comments on commit 2e40131

Please sign in to comment.