Update card.php

This commit is contained in:
Laurent Destailleur 2025-02-05 16:52:13 +01:00 committed by GitHub
parent 054df65f66
commit 010aeec0b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1282,13 +1282,12 @@ if ($action == 'create') {
// Create an array for form
$formquestion = array(
// 'text' => $langs->trans("ConfirmClone"),
// array('type' => 'checkbox', 'name' => 'update_prices', 'label' => $langs->trans("PuttingPricesUpToDate"), 'value'
// => 1),
// array('type' => 'checkbox', 'name' => 'update_prices', 'label' => $langs->trans("PuttingPricesUpToDate"), 'value' => 1),
array(
'type' => 'other',
'name' => 'socid',
'label' => $langs->trans("SelectThirdParty"),
'value' => $form->select_company(GETPOST('socid', 'int'), 'socid', '', '', 0, 0, null, 0, 'minwidth200')
'value' => $form->select_company(GETPOST('socid', 'int'), 'socid', '', '', 0, 0, array(), 0, 'minwidth200')
),
array(
'type' => 'checkbox',