Skip to content

Commit

Permalink
fix(staff_create): require staffid field (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
drahamim authored Mar 29, 2024
1 parent 1507401 commit 6bc3bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/invenflask/templates/staff_create.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ <h1>{% block title %} Create Staff {% endblock %}</h1>
placeholder="Staff ID"
value="{{ request.form['staffid'] }}"
autocomplete="off"
required="required"
onkeypress="return runScript(event);"></input>
<!-- <input type="checkbox" id="staffgen" name="staffgen"/>
<label for="staffgen">Auto Generate Staff ID</label> -->
Expand Down

0 comments on commit 6bc3bcc

Please sign in to comment.