This commit is contained in:
michel 2018-02-15 18:40:49 +01:00
parent 21b16ad08f
commit 6accf16b78
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</table>
<table class="table table-striped">
<t t-foreach="docs" t-as="o">
<tr t-foreach="o.activity_registration_id" t-as="t">
<tr t-foreach="o.activity_registration_ids" t-as="t">
<td class="col-xs-6">
<span t-esc="t['activity_id']" /><br></br>
</td>