7   [%- IF module == 'ar' %]
 
   8   [%- LxERP.t8('The AR transaction #1 has been deleted.', reference) | html %]
 
   9   [%- ELSIF module == 'ap' %]
 
  10   [%- LxERP.t8('The AP transaction #1 has been deleted.', reference) | html %]
 
  12   [%- LxERP.t8('The GL transaction #1 has been deleted.', reference) | html %]
 
  17   <form method="post" action="acctranscorrections.pl">
 
  19    <input type="hidden" name="action" value="redirect">
 
  20    <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
 
  21    <input type="submit" value="[% 'Re-run analysis' | $T8 %]">