mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Minor fixes
This commit is contained in:
parent
5925dae07b
commit
933fefad04
@ -28,7 +28,7 @@ class VendorFactory
|
||||
$vendor->country_id = 4;
|
||||
$vendor->is_deleted = 0;
|
||||
$vendor->vendor_hash = Str::random(40);
|
||||
$vendor->classification = '';
|
||||
// $vendor->classification = '';
|
||||
|
||||
return $vendor;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user