Skip to content

Commit

Permalink
Merge pull request #7674 from ehuelsmann/fix/master/workflow-typo
Browse files Browse the repository at this point in the history
Fix typo to make GL 'Copy to New' work
  • Loading branch information
ehuelsmann committed Oct 23, 2023
2 parents 9fac49c + ad481d5 commit 0b004fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion old/bin/gl.pl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ sub new {

sub copy_to_new {
if ($form->{workflow_id}) {
my $wf = $form->{_wire}->get('workflow')->fetch_workflow(
my $wf = $form->{_wire}->get('workflows')->fetch_workflow(
'GL', $form->{workflow_id}
);
$wf->context->param( transdate => $form->{transdate} );
Expand Down

0 comments on commit 0b004fb

Please sign in to comment.