]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Einkaufsrechnungen: Lieferanten richtig escapen.
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 13 Oct 2009 14:41:42 +0000 (16:41 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 13 Oct 2009 14:41:42 +0000 (16:41 +0200)
Fix für Bug 1201

bin/mozilla/ap.pl

index f8822930908a67562cb7bc5b491a32d0fc3cb464..c33c913cb14e19e1435f491a55810fa27776f7ad 100644 (file)
@@ -428,10 +428,10 @@ selectvendor } </select>|
              <tr>
                <th align=right nowrap>| . $locale->text('Vendor') . qq|</th>
                <td colspan=3>$vendor <input type="button" value="D" onclick="show_vc_details('vendor')"></td>
              <tr>
                <th align=right nowrap>| . $locale->text('Vendor') . qq|</th>
                <td colspan=3>$vendor <input type="button" value="D" onclick="show_vc_details('vendor')"></td>
-               <input type=hidden name=selectvendor value="$form->{selectvendor}">
-               <input type=hidden name=oldvendor value="$form->{oldvendor}">
-               <input type=hidden name=vendor_id value="$form->{vendor_id}">
-               <input type=hidden name=terms value=$form->{terms}>
+               <input type=hidden name=selectvendor value="| . H($form->{selectvendor}) . qq|">
+               <input type=hidden name=oldvendor value="| . H($form->{oldvendor}) . qq|">
+               <input type=hidden name=vendor_id value="| . H($form->{vendor_id}) . qq|">
+               <input type=hidden name=terms value="| . H($form->{terms}) . qq|">
              </tr>
              <tr>
                <td></td>
              </tr>
              <tr>
                <td></td>