Skip to content

Commit

Permalink
Merge pull request #1 from php-twinfield/master
Browse files Browse the repository at this point in the history
Bring fork up to date
  • Loading branch information
iranl authored Apr 26, 2019
2 parents aa2303d + 0a33609 commit ea0edc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ $columns[] = (new BrowseColumn())
->setLabel('Period')
->setVisible(true)
->setAsk(true)
->setOperator('between')
->setOperator(Enums\BrowseColumnOperator::BETWEEN())
->setFrom('2013/01')
->setTo('2013/12');

Expand All @@ -155,7 +155,7 @@ $columns[] = (new BrowseColumn())
->setLabel('General ledger')
->setVisible(true)
->setAsk(true)
->setOperator('between')
->setOperator(Enums\BrowseColumnOperator::BETWEEN())
->setFrom('1300')
->setTo('1300');

Expand Down

0 comments on commit ea0edc7

Please sign in to comment.