This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
SATE-EasyReceipt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
利用実績 検索条件修正
develop
sosuke.iwabuchi
2 years ago
parent
bcb79e2d68
commit
30061c41fd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/Repositories/UseSummaryRepository.php
+ 1
- 1
app/Repositories/UseSummaryRepository.php
View File
@@ -71,7 +71,7 @@ class UseSummaryRepository extends BaseRepository
->where(
$this->makeColumnName([static::TABLE_TARGET, ReceiptIssuingOrder::COL_NAME_ORDER_DATETIME]),
'<',
$dateTo
$dateTo
->clone()->addDay()
);
Write
Preview
Loading…
Cancel
Save