2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

reverted "Go back" href, added button to switch to quota report page (#1472568)

icons + buttons  in  quotareport.php
fix minor differences between working installation and tree in shifttemplate.php
This commit is contained in:
Alex
2015-07-09 18:24:10 +03:00
parent eaace40a18
commit acd5bedffd
3 changed files with 10 additions and 8 deletions

View File

@@ -118,7 +118,7 @@ $sql = "SELECT DATE_FORMAT(STR_TO_DATE(CONCAT('$year',' ','$woy',' ',day_of_week
$shifts = $db->GetAll($sql);
translate_array($shifts,array("dt"));
$sql = "SELECT DATE_FORMAT(STR_TO_DATE(CONCAT('$year',' ','$woy',' ',day_of_week - 1),'%x %v %w'), '%W') as description, day_of_week as value, '' as selected
$sql = "SELECT DATE_FORMAT(STR_TO_DATE(CONCAT($year,' ',$woy,' ',day_of_week - 1),'%x %v %w'), '%W') as description, day_of_week as value, '' as selected
FROM day_of_week";
$daysofweek = $db->GetAll($sql);