View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0000992 | Third-party Modules | Timecard | public | 2011-10-04 19:26 | 2014-06-13 20:04 | ||||||||
Reporter | tak | ||||||||||||
Assigned To | caseydk | ||||||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||||||
Status | resolved | Resolution | fixed | ||||||||||
Product Version | |||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0000992: $percent array is not populated in Timecard flat view | ||||||||||||
Description | See http://forums.web2project.net/viewtopic.php?p=13173#13151 for the original report. Just posting it here so it doesn't get lost. | ||||||||||||
Additional Information | Added the following code to [web2project]/modules/timecard/timecard.class.php to fix: if (!defined('W2P_BASE_DIR')) { die('You should not access this file directly.'); } $percent = array(0 => '0', 5 => '5', 10 => '10', 15 => '15', 20 => '20', 25 => '25', 30 => '30', 35 => '35', 40 => '40', 45 => '45', 50 => '50', 55 => '55', 60 => '60', 65 => '65', 70 => '70', 75 => '75', 80 => '80', 85 => '85', 90 => '90', 95 => '95', 100 => '100'); Patched timecard.class.php attached. | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files |
|
![]() |
|
eureka (reporter) 2011-10-05 09:54 |
Fixed in R326 |
caseydk (administrator) 2014-06-13 20:04 |
Resolved in new repository: https://github.com/sasquatch58/modules-timecard |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-10-04 19:26 | tak | New Issue | |
2011-10-04 19:26 | tak | File Added: timecard.class.php | |
2011-10-05 09:54 | eureka | Note Added: 0002242 | |
2014-04-05 17:43 | caseydk | Category | General => Timecard |
2014-06-13 20:04 | caseydk | Note Added: 0003466 | |
2014-06-13 20:04 | caseydk | Status | new => resolved |
2014-06-13 20:04 | caseydk | Resolution | open => fixed |
2014-06-13 20:04 | caseydk | Assigned To | => caseydk |