pkoers / Agora

Application to help streamline the handling of flights operated by a wet lease company within the company operations.
GNU General Public License v3.0
1 stars 0 forks source link

Match registration with table #7

Closed pkoers closed 1 year ago

pkoers commented 1 year ago

Try to match the registration on the inbound FEA to a registration in the aircraft table.

pkoers commented 1 year ago

I changed the idea of creating an array to query the table to find the registration directly. We get a 'UNK' returned if the registration is not found, if it is found, the email of the registration is returned.