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