Révision 08b9c951 src/cl_passages.MVC.php
b/src/cl_passages.MVC.php | ||
---|---|---|
14 | 14 |
|
15 | 15 |
while ($row = mysql_fetch_array($results)) { |
16 | 16 |
// pre_print_r($row); |
17 |
$cl_passages_ids[] = $row[0]; |
|
18 |
$cl_storage_ids[] = $row[1]; |
|
19 | 17 |
$table_of_passages .= "<tr class=\"pme-row-0\"> |
20 |
<td class=\"pme-cell-0\">c" . $row["container"] . " r" . $row["rack"] . " b" . $row["box"] . " " . $row["field_y"] . "" . $row["field_x"] . "</td>
|
|
18 |
<td class=\"pme-cell-0\"><a href=\"rack.php?action=update_view&passage=" . $this->rec . "&container=" . $row["container"] . "&rack=" . $row["rack"] . "&box=" . $row["box"] . "\">c" . $row["container"] . " r" . $row["rack"] . " b" . $row["box"] . "</a> " . $row["field_y"] . "" . $row["field_x"] . "</td>
|
|
21 | 19 |
</tr>"; |
22 | 20 |
|
23 | 21 |
} |
Formats disponibles : Unified diff