mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Add paramter iv_show_log to serialize package (#5457)
Pass along paramter `iv_show_log`(should have been an "unused variable/parameter" check).
This commit is contained in:
parent
63a87fa6e7
commit
583d215114
|
@ -27,6 +27,7 @@ FUNCTION z_abapgit_serialize_package.
|
|||
ev_xstring = zcl_abapgit_zip=>export(
|
||||
is_local_settings = ls_local_settings
|
||||
iv_package = iv_package
|
||||
iv_show_log = iv_show_log
|
||||
io_dot_abapgit = lo_dot_abapgit ).
|
||||
|
||||
CATCH zcx_abapgit_exception INTO lx_error.
|
||||
|
|
Loading…
Reference in New Issue
Block a user