mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update card.php
This commit is contained in:
parent
054df65f66
commit
010aeec0b9
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user