|
|
|
<%
ObjectsBean obj = dico.getTable("sql", "Population");
String objID = obj.getID();
String[] fields = {"DocID", "DocTitle"};
String[][] query = {{"DocObjID = " + Utils.formatToSQL(context, objID)}};
String[] orderBy = {"DocTitle"};
Vector docList = DocumentBean.listSummary(session, fields, query, orderBy);
%>
|
|
|
|
|
|
|
|
|
<% if (!"B2C".equalsIgnoreCase(salesModel)) {
%>
<% } else {
%>
<% }
%> |
">
|
|
|
|
|
|
|
|
|
<%
boolean isSalesInvestActive = SalesInvestBean.isSalesInvestActive(context);
String globalSIType = PopSalesInvestCreationType.GLOBAL.toString();
String unitaireSIType = PopSalesInvestCreationType.UNITAIRE.toString();
if (isSalesInvestActive) {
%>
|
|
|
|
|
<% }
%>