We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba916fd commit a9e5346Copy full SHA for a9e5346
1 file changed
src/Plugin.php
@@ -43,7 +43,7 @@ public static function doEnable(\Service_Order $serviceOrder, $repeat_invoice_id
43
if ($regex_match === false) {
44
$db = get_module_db(self::$module);
45
$ip = website_get_next_ip($serviceInfo[$settings['PREFIX'].'_server']);
46
- myadmin_log(self::$module, 'info', 'Trying To Give '.$settings['TTILE'].' '.$serviceInfo[$settings['PREFIX'] . '_id'].' Repeat Invoice '.$repeat_invoice_id.' IP ' . ($ip === false ? '<ip allocation failed>' : $ip), __LINE__, __FILE__);
+ myadmin_log(self::$module, 'info', 'Trying To Give '.$settings['TITLE'].' '.$serviceInfo[$settings['PREFIX'] . '_id'].' Repeat Invoice '.$repeat_invoice_id.' IP ' . ($ip === false ? '<ip allocation failed>' : $ip), __LINE__, __FILE__);
47
if ($ip) {
48
$GLOBALS['tf']->history->add(self::$module . 'queue', $serviceInfo[$settings['PREFIX'] . '_id'], 'add_ip', $ip, $serviceInfo[$settings['PREFIX'] . '_custid']);
49
$description = 'Additional IP ' . $ip . ' for ' . $settings['TBLNAME'] . ' ' . $serviceInfo[$settings['PREFIX'] . '_id'];
0 commit comments