CC-3369 : Ability to identify tracks that are actually inside a show in the schedule table
chaning column name to playout_status
This commit is contained in:
parent
d03d01bce9
commit
6c749075ac
9 changed files with 56 additions and 56 deletions
|
@ -68,7 +68,7 @@ class Application_Model_ShowBuilder {
|
|||
//information about whether a track is inside|boundary|outside a show.
|
||||
private function getItemStatus($p_item, &$row) {
|
||||
|
||||
$row["status"] = intval($p_item["sched_status"]);
|
||||
$row["status"] = intval($p_item["playout_status"]);
|
||||
}
|
||||
|
||||
private function getRowTimestamp($p_item, &$row) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue