diff options
Diffstat (limited to 'httemplate/edit/tower.html')
| -rw-r--r-- | httemplate/edit/tower.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/tower.html b/httemplate/edit/tower.html index 93b7235b7..e35fa615c 100644 --- a/httemplate/edit/tower.html +++ b/httemplate/edit/tower.html @@ -18,6 +18,7 @@ type => 'tower_sector', o2m_table => 'tower_sector', m2_label => 'Sector', + m2_label_callback => sub { 'Sector #'.shift->sectornum; }, m2_error_callback => $m2_error_callback, }, ], |
