Blame view

lib/syspro/business_objects/schemas/comsfm.xml.erb 231 Bytes
d9a9cb5d   chadzink   Add portoi and co...
1
2
3
4
5
  <SetupCustomForm xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="COMSFM.XSD">
    <Parameters>
      <ValidateOnly><%= @validate_only ? "Y" : "N" %></ValidateOnly>
    </Parameters>
  </SetupCustomForm>