skip manually added fees when deleting fees from ORD

This commit is contained in:
Bilal Catic
2019-08-27 09:42:39 +02:00
parent 3271849b11
commit bdf6030d43
2 changed files with 22 additions and 6 deletions

View File

@@ -58,6 +58,7 @@ const officeRnDAPIErrors = {
FAILED_TO_FETCH_MEMBERS: 'Failed to fetch members',
FAILED_TO_FETCH_BOOKINGS: 'Failed to fetch booking reservations',
FAILED_TO_FETCH_FEES: 'Failed to fetch existing fees',
FAILED_TO_FETCH_PLANS: 'Failed to fetch plans',
FAILED_TO_DELETE_FEES: 'Failed to delete fees in ORD',
FAILED_TO_ADD_FEES: 'Failed to add fees in ORD',
MEMBERSHIPS_ARE_NOT_LOADED_CORRECTLY: 'Memberships are not loaded correctly',