Commit d5cd528d authored by ari_darmawan's avatar ari_darmawan

fix data binding

parent da8f1f1f
......@@ -134,9 +134,9 @@
<td>{{data.team_name}}</td>
<td>{{data.customer_type}}</td>
<td>{{data.customer_name}}</td>
<td>{{customer_birth_date}}</td>
<td>{{customer_mother_name}}</td>
<td>{{customer_address}}</td>
<td>{{data.customer_birth_date | date: 'dd MMM yyyy'}}</td>
<td>{{data.customer_mother_name}}</td>
<td>{{data.customer_address}}</td>
<td>{{data.customer_type_id}}</td>
<td>{{data.customer_id_number}}</td>
<td>{{data.customer_mobile_phone}}</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment