Skip to content

Commit

Permalink
Fix typo to make GL 'Copy to New' work
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Oct 23, 2023
1 parent 2b1c7c7 commit 28293e3
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 28293e3

Please sign in to comment.