added field for td and hide show identification parts
This commit is contained in:
@@ -129,6 +129,7 @@ if ($addpart == "Y") {
|
||||
$InsertQuery->bindColumn("arttypeid", "i", "$arttypeid", "WA_DEFAULT");
|
||||
$InsertQuery->bindColumn("useridn", "i", "$useridn", "WA_DEFAULT");
|
||||
$InsertQuery->bindColumn("companyidn", "i", "$companyidn", "WA_DEFAULT");
|
||||
$InsertQuery->bindColumn("hide", "s", "N", "WA_DEFAULT"); // Imposta hide a 'N' per default
|
||||
$InsertQuery->saveInSession("");
|
||||
$InsertQuery->execute();
|
||||
$InsertGoTo = "";
|
||||
@@ -304,15 +305,24 @@ $partids[] = '0';
|
||||
} ?>
|
||||
<!-- div new parts -->
|
||||
<div class="form-row">
|
||||
<div class="col-md-4 mb-3">
|
||||
<label for="validationServer01"><?php echo $whichkindofpart; ?></label>
|
||||
<select class="form-control" name="kindoftest" id="combo">
|
||||
<option value="new"><?php echo $newpartlist; ?></option>
|
||||
<option value="cmc"><?php echo $cmctesttitle; ?></option>
|
||||
<option value="trd"><?php echo $trdpartlist; ?></option>
|
||||
</select>
|
||||
<div class="col-md-8 mb-3 d-flex align-items-end">
|
||||
<div class="mr-4" style="min-width: 200px;">
|
||||
<label for="validationServer01"><?php echo $whichkindofpart; ?></label>
|
||||
<select class="form-control" name="kindoftest" id="combo">
|
||||
<option value="new"><?php echo $newpartlist; ?></option>
|
||||
<option value="cmc"><?php echo $cmctesttitle; ?></option>
|
||||
<option value="trd"><?php echo $trdpartlist; ?></option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="d-flex align-items-center">
|
||||
<label for="showHiddenParts" class="mb-0 mr-2">
|
||||
Mostra parti nascoste ricerca / Show SearchHidden Parts
|
||||
</label>
|
||||
<input type="checkbox" id="showHiddenParts" name="showHiddenParts">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<div class="col-md-4 mb-3">
|
||||
<label for="validationServer01"><?php echo $reportnumbercmctitle; ?></label>
|
||||
|
||||
Reference in New Issue
Block a user