Skip to content

Commit

Permalink
Name input for cash desk is working
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoeppke committed Aug 4, 2016
1 parent d6ef7d9 commit e8fa63f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<tr>
<td align="center"><b>#{strings['cashdesk.name.enter.text']}</b>
<h:inputText id="cashDeskNameText" style="width:145px"
value="#{cashdeskView.cashDeskName}" /></td>
value="#{cashDeskView.cashDeskName}" /></td>
</tr>
<tr>
<td><h:commandButton style="width: 350px"
Expand Down Expand Up @@ -164,7 +164,7 @@
disabled="#{cashDeskView.barcode == ''}" /></td>
<td><h:commandButton value=" 0 "
action="" styleClass="button" /></td>
<td><h:commandButton value=" #{} "
<td><h:commandButton value=" "
action=""
styleClass="button"
disabled="#{newSaleProcess.barcode == ''}" /></td>
Expand Down

0 comments on commit e8fa63f

Please sign in to comment.