dolibarr/htdocs/commande
Aymeric Cucherousset a291e0a779
Fix #39412 Add PRG redirect after adding a line to avoid duplicate on refresh (#39528)
Adding a line to a proposal, order, invoice, supplier order or supplier
invoice did not redirect after the POST succeeded, so pressing F5 (or
accepting the browser's "confirm form resubmission" dialog) replayed the
addline POST and duplicated the last line.

Add the same header('Location: ...'); exit(); redirect already used by
the neighboring confirm_addsubtotalline action, on the success path only,
in:
- htdocs/comm/propal/card.php
- htdocs/commande/card.php
- htdocs/compta/facture/card.php
- htdocs/fourn/commande/card.php
- htdocs/fourn/facture/card.php

Validation-error paths are untouched: no DB write happens there, so a
refresh can't duplicate anything, and the form must keep re-displaying
the user's typed values.

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-08-15 02:45:27 +02:00
..
class Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into 2026-08-14 16:09:36 +02:00
stats Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into 24.0 2026-08-06 00:35:00 +02:00
tpl NEW Display thirdparty name with ref in linked objects for all document types (#37906) 2026-04-19 15:59:45 +02:00
agenda.php Devug v23 2025-11-24 16:29:21 +01:00
card.php Fix #39412 Add PRG redirect after adding a line to avoid duplicate on refresh (#39528) 2026-08-15 02:45:27 +02:00
contact.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
customer.php Qual: Fix PHPStan notices (#38021) 2026-04-28 11:08:58 +02:00
document.php Doc 2026-08-05 23:43:04 +02:00
index.php Fix option to set max short list 2026-07-04 13:33:17 +02:00
list.php FIX: require invoice right for order mass invoice action (#39139) 2026-07-13 12:01:16 +02:00
list_det.php FIX: Translate French code comments to English in commande, contrat and datapolicy modules 2026-06-28 13:15:24 +02:00
messaging.php Debug v23 - Filter on action type ko 2026-02-08 19:30:17 +01:00
note.php add dolBuildUrl with examples of use (#35549) 2025-10-06 18:17:02 +02:00