mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 15:04:32 -04:00
Added 'Restaurant & Catering' industry
This commit is contained in:
parent
3651ffa38a
commit
2c6f8d0b4f
@ -41,6 +41,7 @@ class IndustrySeeder extends Seeder
|
||||
['name' => 'Other'],
|
||||
['name' => 'Photography'],
|
||||
['name' => 'Construction'],
|
||||
['name' => 'Restaurant & Catering'],
|
||||
];
|
||||
|
||||
foreach ($industries as $industry) {
|
||||
|
File diff suppressed because one or more lines are too long
@ -1435,6 +1435,7 @@ $LANG = array(
|
||||
'industry_Pharmaceuticals' => 'Pharmaceuticals',
|
||||
'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
|
||||
'industry_Real Estate' => 'Real Estate',
|
||||
'industry_Restaurant & Catering' => 'Restaurant & Catering',
|
||||
'industry_Retail & Wholesale' => 'Retail & Wholesale',
|
||||
'industry_Sports' => 'Sports',
|
||||
'industry_Transportation' => 'Transportation',
|
||||
|
Loading…
x
Reference in New Issue
Block a user