diff --git a/tailbone/templates/purchases/batches/order_form.mako b/tailbone/templates/purchases/batches/order_form.mako index eb09b2e5..be279cb3 100644 --- a/tailbone/templates/purchases/batches/order_form.mako +++ b/tailbone/templates/purchases/batches/order_form.mako @@ -25,7 +25,7 @@ alert(data.error); } else { input.val(data.row_cases_ordered); - row.find('td:last').html(data.row_po_total); + row.find('td:eq(14)').html(data.row_po_total); $('.po-total .field').html(data.batch_po_total); } }); @@ -111,7 +111,7 @@