-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ticket generation incorporates return date
Added Return_Date field to the ticket table. Presumably, the corresponding field will be updated in the device table when admin approves request, but for that to happen it will need to be able to read from somewhere. The 'date' selector provides dates as a simple "dd-mm-yyyy" string, so I just stored it that way. Given that it would probably be better if I just store the other dates as simple string; I will probably do that
- Loading branch information
Adam Claxton
authored and
Adam Claxton
committed
Mar 23, 2017
1 parent
14a49ee
commit d9b7509
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters