Skip to content

Commit

Permalink
Merge pull request #7544 from ehuelsmann/cleanup/follow-ups
Browse files Browse the repository at this point in the history
Fix copy/pasto between is.pl and ir.pl
  • Loading branch information
ehuelsmann committed Jul 26, 2023
2 parents 8e745fa + 3491bb5 commit 00c360a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions old/bin/ir.pl
Original file line number Diff line number Diff line change
Expand Up @@ -954,10 +954,7 @@ sub form_footer {
my $formname = {
name => 'formname',
options => [
{text=> $locale->text('Sales Invoice'), value => 'invoice'},
{text=> $locale->text('Packing List'), value => 'packing_list'},
{text=> $locale->text('Envelope'), value => 'envelope'},
{text=> $locale->text('Shipping Label'), value=> 'shipping_label'},
{text=> $locale->text('Product Receipt'), value => 'product_receipt'},
]
};

Expand Down

0 comments on commit 00c360a

Please sign in to comment.