]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 15 Sep 2022 04:12:25 +0000 (06:12 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 15 Sep 2022 04:12:25 +0000 (06:12 +0200)
- sorted members
- "qr" is correct

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jfinancials/beans/financial/model/receipt/action/FinancialAdminReceiptActionWebViewBean.java
web/admin/financial/receipt/admin_receipt_list.xhtml

index 1c3f14f5072b0621522d2b7a235c98b034f5633c..a5ad6585a77a62829941dc967f17b303850f0948 100644 (file)
@@ -397,6 +397,24 @@ public class FinancialAdminReceiptActionWebViewBean extends BaseFinancialsBean i
                this.receiptPaymentType = receiptPaymentType;
        }
 
+       /**
+        * Getter for receipt QR code
+        * <p>
+        * @return Receipt QR code
+        */
+       public String getReceiptQrCode () {
+               return this.receiptQrCode;
+       }
+
+       /**
+        * Setter for receipt QR code
+        * <p>
+        * @param receiptQrCode Receipt QR code
+        */
+       public void setReceiptQrCode (final String receiptQrCode) {
+               this.receiptQrCode = receiptQrCode;
+       }
+
        /**
         * Getter for receipt register's number
         * <p>
@@ -505,24 +523,6 @@ public class FinancialAdminReceiptActionWebViewBean extends BaseFinancialsBean i
                this.receiptUser = receiptUser;
        }
 
-       /**
-        * Getter for receipt QR code
-        * <p>
-        * @return Receipt QR code
-        */
-       public String getReceiptQrCode () {
-               return this.receiptQrCode;
-       }
-
-       /**
-        * Setter for receipt QR code
-        * <p>
-        * @param receiptQrCode Receipt QR code
-        */
-       public void setReceiptQrCode (final String receiptQrCode) {
-               this.receiptQrCode = receiptQrCode;
-       }
-
        /**
         * Updates receipt instance with new data. This copies all fields from this
         * backing bean into currentReceipt instance which should be still there.
index 87017cf3aba5665e20bb8b7dbfa9495b60f5925e..c0ece92c86b92bbaacf10f3d6388626c5df417a1 100644 (file)
                                                <p:barcode
                                                        format="svg"
                                                        width="100%"
-                                                       type="qrcode"
+                                                       type="qr"
                                                        value="#{receiptListController.selectedReceipt.receiptQrCode}"
                                                        rendered="#{not empty receiptListController.selectedReceipt.receiptQrCode}"
                                                        />