ok
This commit is contained in:
@@ -220,7 +220,7 @@ export default function Invoice({ table, sendParam, deviceType, socket }) {
|
||||
|
||||
{table.tableNo != null && (
|
||||
<div className={styles.OrderTypeContainer}>
|
||||
<span htmlFor="orderType">Diantar ke meja {table.tableNo}</span>
|
||||
<span htmlFor="orderType">Diantar ke {table.tableNo}</span>
|
||||
{/* <select
|
||||
id="orderType"
|
||||
value={orderType}
|
||||
|
||||
Reference in New Issue
Block a user