質問編集履歴

2

誤字

2015/09/09 15:18

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -158,11 +158,11 @@
158
158
 
159
159
  <td>{{customer}}</td>
160
160
 
161
- <!--{% for sales in sales_for_each_site %}
161
+ {% for sales in sales_for_each_site %}
162
162
 
163
163
  <td style = "text-align:right">{{sales | intcomma}}</td>
164
164
 
165
- {% endfor %}-->
165
+ {% endfor %}
166
166
 
167
167
  </tr>
168
168
 

1

誤字

2015/09/09 15:18

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  def __unicode__(self):
38
38
 
39
- return u"%s" % self.site_id
39
+ return u"%s" % self.customer_id
40
40
 
41
41
  ```
42
42
 
@@ -80,7 +80,7 @@
80
80
 
81
81
 
82
82
 
83
- paid_for_each_customer= [] #顧客毎の売上を入れるための空のリスト
83
+ sales_for_each_customer= [] #顧客毎の売上を入れるための空のリスト
84
84
 
85
85
 
86
86