From dbf33143a9dd8a1cd47670ac7f1e6b8bc9d3dfae Mon Sep 17 00:00:00 2001 From: Xiaoyu Li <33362998+xiaoyu-tamu@users.noreply.github.com> Date: Sat, 18 Aug 2018 21:59:23 -0500 Subject: [PATCH] fix variable name that metioned in the video (#50) --- views/customers/index.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/customers/index.hbs b/views/customers/index.hbs index 9771fe34..6146c8fb 100644 --- a/views/customers/index.hbs +++ b/views/customers/index.hbs @@ -16,7 +16,7 @@
Contact Name: {{c.contactname}}
- Placed: {{or c.numorders "??"}} orders
+ Placed: {{or c.ordercount "??"}} orders