fixed trasnlation and part error
This commit is contained in:
parent
70d39770f8
commit
434645382b
@ -719,11 +719,11 @@ $partids[] = '0';
|
|||||||
// t-shirt hivis
|
// t-shirt hivis
|
||||||
$mandatoryParts = array('FM', 'RM');
|
$mandatoryParts = array('FM', 'RM');
|
||||||
$totalparthighlight = array(1, 2, 3, 4, 5, 6, 7, 'FM', 'RM');
|
$totalparthighlight = array(1, 2, 3, 4, 5, 6, 7, 'FM', 'RM');
|
||||||
} elseif ($idarticletype == '4' && $modelidart == '18' && $hivis == 'N') {
|
} elseif ($idarticletype == '4' && $modelidart == '19' && $hivis == 'N') {
|
||||||
// tuta
|
// tuta
|
||||||
$mandatoryParts = array(1, 8);
|
$mandatoryParts = array(1, 8);
|
||||||
$totalparthighlight = array(1, 2, 3, 4, 5, 6, 7, 8, 9);
|
$totalparthighlight = array(1, 2, 3, 4, 5, 6, 7, 8, 9);
|
||||||
} elseif ($idarticletype == '4' && $modelidart == '18' && $hivis == 'Y') {
|
} elseif ($idarticletype == '4' && $modelidart == '19' && $hivis == 'Y') {
|
||||||
// tuta hivis
|
// tuta hivis
|
||||||
$mandatoryParts = array('FM', 'RM');
|
$mandatoryParts = array('FM', 'RM');
|
||||||
$totalparthighlight = array(1, 2, 3, 4, 5, 6, 7, 8, 9, 'FM', 'RM');
|
$totalparthighlight = array(1, 2, 3, 4, 5, 6, 7, 8, 9, 'FM', 'RM');
|
||||||
|
|||||||
@ -604,15 +604,15 @@ include('include/trfqueryscript.php'); ?>
|
|||||||
if (!empty($modelrows)) {
|
if (!empty($modelrows)) {
|
||||||
|
|
||||||
foreach ($modelrows as $row) {
|
foreach ($modelrows as $row) {
|
||||||
|
$modelName = ($_SESSION['langselect'] == 'it')
|
||||||
// echo $row['idmodelarticle'];
|
? $row['namemodelarticle']
|
||||||
|
: $row['namemodelarticle_eng'];
|
||||||
// echo $trfnumberfinal->getColumnVal("model");
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<option value="<?php echo $row['idmodelarticle']; ?>" <?php if (!(strcmp($row['idmodelarticle'], ($trfnumberfinal->getColumnVal("model"))))) {
|
<option value="<?php echo $row['idmodelarticle']; ?>" <?php if (!(strcmp($row['idmodelarticle'], ($trfnumberfinal->getColumnVal("model"))))) {
|
||||||
echo "selected=\"selected\"";
|
echo "selected=\"selected\"";
|
||||||
} ?>><?php echo $row['namemodelarticle']; ?></option>
|
} ?>>
|
||||||
|
<?php echo $modelName; ?>
|
||||||
|
</option>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user