front chips logic
This commit is contained in:
1 parent
ce795d68cd
commit
f0f6ac8e69
5 files changed
+102
-19
No files matched your search
@@ -33,6 +33,7 @@
|
||||
<span>Event type</span>
|
||||
<select name="event_type" required>
|
||||
<option value="buyin">Buy-in</option>
|
||||
<option value="front">Front</option>
|
||||
<option value="cashout">Cash-out</option>
|
||||
<option value="paid">Paid out</option>
|
||||
<option value="note">Note only</option>
|
||||
@@ -46,7 +47,7 @@
|
||||
|
||||
<label>
|
||||
<span>Note</span>
|
||||
<textarea name="note" rows="4" placeholder="Rebuy, correction, partial payout, e-transfer sent, cash paid, etc."></textarea>
|
||||
<textarea name="note" rows="4" placeholder="Rebuy, fronted chips, correction, partial payout, e-transfer sent, cash paid, etc."></textarea>
|
||||
</label>
|
||||
|
||||
<button class="primary-button" type="submit">Add event</button>
|
||||
|
||||
Reference in new issue
Block a user