mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Update lists
This commit is contained in:
parent
6df802509b
commit
cef753bbd0
@ -23,6 +23,7 @@ class BlackListRule implements Rule
|
||||
'candassociates.com',
|
||||
'vusra.com',
|
||||
'fourthgenet.com',
|
||||
'arxxwalls.com'
|
||||
];
|
||||
|
||||
/**
|
||||
|
@ -63,6 +63,10 @@ trait CleanLineItems
|
||||
if (! array_key_exists('type_id', $item)) {
|
||||
$item['type_id'] = '1';
|
||||
}
|
||||
|
||||
// if($item['type_id'] == '2'){
|
||||
// str_replace()
|
||||
// }
|
||||
}
|
||||
|
||||
if (array_key_exists('id', $item)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user