Fixes (#1481)
Fare Service : Return the note, do not force it to an empty string Airport Importer : Make IATA nullable (as in the model)
This commit is contained in:
@@ -169,7 +169,7 @@ class FareService extends Service
|
||||
}
|
||||
}
|
||||
|
||||
$fare->notes = '';
|
||||
// $fare->notes = '';
|
||||
$fare->active = true;
|
||||
|
||||
return $fare;
|
||||
|
||||
Reference in New Issue
Block a user