mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-28 05:54:42 +02:00
12 lines
167 B
PHP
12 lines
167 B
PHP
|
<?php
|
||
|
|
||
|
|
||
|
class balance_transfer
|
||
|
{
|
||
|
public function getWidget()
|
||
|
{
|
||
|
global $ui;
|
||
|
return $ui->fetch('widget/customers/balance_transfer.tpl');
|
||
|
}
|
||
|
}
|