Showing
1 changed file
with
1 additions
and
1 deletions
@@ -189,7 +189,7 @@ $('#me-invoice-orders').on('click', '.supply-invoice', function() { | @@ -189,7 +189,7 @@ $('#me-invoice-orders').on('click', '.supply-invoice', function() { | ||
189 | return; | 189 | return; |
190 | } | 190 | } |
191 | 191 | ||
192 | - info.orderCode = $(this).data('id'); | 192 | + info.orderCode = $this.data('id'); |
193 | supplyInvoice(info, function(data) { | 193 | supplyInvoice(info, function(data) { |
194 | if (data.code !== 200) { | 194 | if (data.code !== 200) { |
195 | dg.$el.hide(); | 195 | dg.$el.hide(); |
-
Please register or login to post a comment