#41 inline editing of fuel prices

This commit is contained in:
Nabeel Shahzad
2017-07-05 18:48:32 -05:00
parent d44d374218
commit 10baaab646
10 changed files with 156 additions and 58 deletions

View File

@@ -1,6 +1,12 @@
<?php
return [
'status' => [
'INACTIVE' => 0,
'ACTIVE' => 1,
],
'sources' => [
'MANUAL' => 0,
'ACARS' => 1,