8   [%- IF module == 'ar' %]
 
   9   [%- LxERP.t8('Do you really want to delete AR transaction #1?', reference) | html %]
 
  10   [%- ELSIF module == 'ap' %]
 
  11   [%- LxERP.t8('Do you really want to delete AP transaction #1?', reference) | html %]
 
  13   [%- LxERP.t8('Do you really want to delete GL transaction #1?', reference) | html %]
 
  18   <form method="post" action="acctranscorrections.pl">
 
  20    <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
 
  21    <input type="hidden" name="trans_id" value="[% HTML.escape(trans_id) %]">
 
  22    <input type="hidden" name="module" value="[% HTML.escape(module) %]">
 
  23    <input type="hidden" name="reference" value="[% HTML.escape(reference) %]">
 
  25    <input type="hidden" name="confirmation" value="1">
 
  26    <input type="hidden" name="action" value="delete_transaction">
 
  28    <input type="submit" value="[% 'Yes' | $T8 %]">
 
  29    <input type="button" onclick="history.back()" value="[% 'No' | $T8 %]">