mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix test trigger code update of field (#29828)
Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
This commit is contained in:
parent
a371083741
commit
b169519b68
|
|
@ -578,7 +578,7 @@ if ($action == "test") {
|
|||
$doleditor = new DolEditor("jsondata", $datatosend, 0, 200, 'dolibarr_details', 'In', true, true, 'ace');
|
||||
print $doleditor->Create(0, '', true, '', 'json');
|
||||
*/
|
||||
print '<textarea id="jsondatasendtarget" class="flat minwidth100" style="margin-top: 5px; width: 95%" rows="8" name="jsondata">';
|
||||
print '<textarea id="jsondata" class="flat minwidth100" style="margin-top: 5px; width: 95%" rows="8" name="jsondata">';
|
||||
print $datatosend;
|
||||
print '</textarea>';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user