Skip to content

Commit

Permalink
Fix UG error
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuMC-SG committed Apr 10, 2023
1 parent 2f22a77 commit c61f1b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,12 +416,12 @@ Menu Item Card consists of the following components:
Duplicate data are not allowed. Hence, adding of duplicate data or editing of an existing data such that it matches
with another existing data in the data list will not be successful. Here's how we check for duplicates:

| Any two | are considered to be duplicates if |
|------------|-----------------------------------------------------------------------------|
| Suppliers | they have the same phone numbers |
| Orders | all the parameters (excluding `STATUS`) are the same (with matching cases). |
| Tasks | they have the same task names (case-sensitive) and deadlines. |
| Menu items | they have the same item names (with matching cases). |
| Any two | are considered to be duplicates if |
|------------|-------------------------------------------------------------------------------|
| Suppliers | they have the same phone numbers |
| Orders | all the parameters (excluding `STATUS`) are the same (with matching cases). |
| Tasks | they have the same task names (with matching cases) and deadlines. |
| Menu items | they have the same item names (with matching cases). |

<div style="page-break-after: always;"></div>

Expand Down

0 comments on commit c61f1b1

Please sign in to comment.