diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2025-03-03 16:03:51 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2025-03-03 16:03:51 +0700 |
| commit | 633b7980da520798e27253f758ad15a373c33d2b (patch) | |
| tree | 83c22d9735a0da08a9618808f836cf9b10bdf608 | |
| parent | 344f9c1ddec0adad5dfba29c442d7a2e5f66836b (diff) | |
add name
| -rw-r--r-- | bug_fix_reserved_stock.ktr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bug_fix_reserved_stock.ktr b/bug_fix_reserved_stock.ktr index e2aa677..5a40ad4 100644 --- a/bug_fix_reserved_stock.ktr +++ b/bug_fix_reserved_stock.ktr @@ -499,7 +499,7 @@ </hop> <hop> <from>Filter rows</from> - <to>Write to log</to> + <to>log same reserved with stock quant</to> <enabled>Y</enabled> </hop> <hop> @@ -514,7 +514,7 @@ </hop> <hop> <from>Select values</from> - <to>Update</to> + <to>Update wrong qty reserved</to> <enabled>Y</enabled> </hop> </order> @@ -530,7 +530,7 @@ <schema_name/> </partitioning> <send_true_to>Select values</send_true_to> - <send_false_to>Write to log</send_false_to> + <send_false_to>log same reserved with stock quant</send_false_to> <compare> <condition> <negated>N</negated> @@ -631,7 +631,7 @@ </GUI> </step> <step> - <name>Update</name> + <name>Update wrong qty reserved</name> <type>Update</type> <description/> <distribute>Y</distribute> @@ -670,13 +670,13 @@ </output> </remotesteps> <GUI> - <xloc>640</xloc> + <xloc>704</xloc> <yloc>208</yloc> <draw>Y</draw> </GUI> </step> <step> - <name>Write to log</name> + <name>log same reserved with stock quant</name> <type>WriteToLog</type> <description/> <distribute>Y</distribute> |
