Where and how I put this?
-Add in your phpvms/core/app.config.php where
# Constants for 'paysource' column in ledger
define('PAYSOURCE_PIREP', 1);
the line:
define('Payment', 2);
and add where
# Constants for 'paytype' column in ledge
define('PILOT_PAY_HOURLY', 1);
define('PILOT_PAY_SCHEDULE', 2);
define('PILOT_PAY_FIXED', 3);
the line:
define('Payment', 4);
In my app config I dont see anything like this