Last active
December 19, 2015 06:09
-
-
Save airspeed/5909221 to your computer and use it in GitHub Desktop.
Liest alle Bestellungen aus der Datenbank heraus, die nach Überfälligkeit zu überprüfen sind.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OrderItem.where( :state => Settings.shipping.timeplan.keys, :created_at => Date.today - 1.year .. Date.tomorrow - Settings.shipping.timeplan.values.min ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment