Wonach suchst Du?
What are you looking for?

Enable / Disable Packing Instruction Field in Order Windows

Overview

Allows to control whether the field for packing instruction is displayed in quick order entry in order window.

Example

update ad_sysconfig
set value ='N' --disables the field
where name ='webui.quickinput.EnablePackingInstructionsField';


View source file on GitHub.com