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