Fix in Requests + in Report part
This commit is contained in:
4
App/Report/sql/check_report.sql
Normal file
4
App/Report/sql/check_report.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
SELECT EXISTS (
|
||||
SELECT 1 FROM reports
|
||||
WHERE month = $month AND year = $year
|
||||
) AS exist;
|
||||
Reference in New Issue
Block a user