From 84dfd26dc989fbdc0b4c4157165f50d42cd9a07e Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Sat, 28 Oct 2023 13:16:11 +0200 Subject: [PATCH] update custom controls (#604) * external libraries organization * update custom controls * Update src/01/z2ui5_cl_fw_cc_bwipjs.clas.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> * added textarea properties * update qrcode function * update custom controls * update cc --------- Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> --- src/01/z2ui5_cl_fw_cc_bwipjs.clas.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/01/z2ui5_cl_fw_cc_bwipjs.clas.abap b/src/01/z2ui5_cl_fw_cc_bwipjs.clas.abap index 275d3797..e2983211 100644 --- a/src/01/z2ui5_cl_fw_cc_bwipjs.clas.abap +++ b/src/01/z2ui5_cl_fw_cc_bwipjs.clas.abap @@ -20,7 +20,7 @@ CLASS z2ui5_cl_fw_cc_bwipjs DEFINITION RETURNING VALUE(result) TYPE REF TO z2ui5_cl_xml_view. - METHODS get_t_barcode_types + class-METHODS get_t_barcode_types RETURNING VALUE(result) TYPE ty_t_barcode.