add door unlock/lock time column to the incidents table
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export const CONTAINER_WIDTH_PERCENTAGE = 90;
|
||||
|
||||
export const defaultDateFormat = 'YYYY-MM-DD';
|
||||
|
||||
export const doorLockRelatedWithReservationIncidentHeaders = [
|
||||
@@ -5,6 +7,7 @@ export const doorLockRelatedWithReservationIncidentHeaders = [
|
||||
'resourceName',
|
||||
'memberName',
|
||||
'reservation',
|
||||
'doorLockTimestamps',
|
||||
'incidentType',
|
||||
'feeDescription',
|
||||
'totalChargeFee'
|
||||
|
||||
Reference in New Issue
Block a user