Skip to content

Commit

Permalink
Merge pull request #7675 from ehuelsmann/fix/1.11/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 authored Oct 23, 2023
2 parents 2b1c7c7 + 28293e3 commit 49268c6
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 49268c6

Please sign in to comment.