23 lines
655 B
PHP
Executable File
23 lines
655 B
PHP
Executable File
<?php
|
|
include_once("modules/EcmStockStates/EcmStockState.php");
|
|
$op=new EcmStockState();
|
|
/*
|
|
$array['partia']='mm';
|
|
|
|
//$array['id']='e1280579-0bf6-b6c5-81b9-52cfaf9006e5';
|
|
//$array['save_ins']=1;
|
|
$array['part_mm']=1;
|
|
|
|
$array['part_no']='y';
|
|
$array['part_no2']='y';
|
|
$array['part_no3']='y';
|
|
$array['part_no4']='y';
|
|
$array['part_no5']='y';
|
|
//$array=0; */
|
|
$array['partia']=2;
|
|
$array['part_mm']=0;
|
|
$array['in_id']='1d7dee54-523e-4fa2-7bb1-52cfea55e990';
|
|
$op->UpdateStockState('6b7eed18-9853-ae66-a8a7-4acaef3ba98a','a1877601-019e-d38c-5e8d-52a5cd8ec638',$array);
|
|
//print $op->getStock($_GET['product_id'], $_GET['stock_id'],$_GET['part_id']);
|
|
?>
|