Skip to content

Commit d20da2d

Browse files
committed
Fix Settle by current user
1 parent b2e3670 commit d20da2d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/webapp/resources/bill/insRecieve.xhtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,9 @@
183183
</div>
184184
<div>
185185
Settle By :
186-
<h:outputText value="#{cc.attrs.bill.creater != null and cc.attrs.bill.creater.name ne null ? cc.attrs.bill.creater.name : cc.attrs.bill.creater.id}"/>
186+
<h:outputText value="#{sessionController.loggedUser != null and sessionController.loggedUser.name ne null ? sessionController.loggedUser.name : sessionController.loggedUser.id}"/>
187187
</div>
188188
</div>
189-
190189
</div>
191190
</p:panel>
192191

0 commit comments

Comments
 (0)