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