Skip to content

Commit

Permalink
Fix starting point
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryba1986 committed Jul 10, 2022
1 parent 00b673b commit 7e12926
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public BaseReportProcessor()
{
StartingPoints = new()
{
MeterColumn = 33,
MeterColumn = 35,
PlcColumn = 2,
Row = 8
};
Expand Down

0 comments on commit 7e12926

Please sign in to comment.