Skip to content

Commit 596627c

Browse files
committed
Fix blank resto
1 parent eae3f9f commit 596627c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inn/inn_hotels/page/pos_extended/pos_extended.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ frappe.pages['pos-extended'].on_page_load = function (wrapper) {
109109
init_payments() {
110110
this.payment = new inn.PointOfSale.PosExtendedPayment({
111111
wrapper: this.$components_wrapper,
112+
settings: this.settings,
112113
events: {
113114
get_frm: () => this.frm || {},
114115

0 commit comments

Comments
 (0)