teya fix working

This commit is contained in:
2024-01-27 14:44:13 +00:00
parent 1b34fdabb0
commit 763c06f0c9
2 changed files with 8 additions and 34 deletions
@@ -378,38 +378,7 @@ public class ProductInfoExt {
}
@Override
public String toString() {
return "ProductInfoExt{" +
"m_ID='" + m_ID + '\'' +
", m_sRef='" + m_sRef + '\'' +
", m_sCode='" + m_sCode + '\'' +
", m_sCodetype='" + m_sCodetype + '\'' +
", m_sName='" + m_sName + '\'' +
", m_dPriceBuy=" + m_dPriceBuy +
", m_dPriceSell=" + m_dPriceSell +
", categoryid='" + categoryid + '\'' +
", taxcategoryid='" + taxcategoryid + '\'' +
", attributesetid='" + attributesetid + '\'' +
", m_stockCost=" + m_stockCost +
", m_stockVolume=" + m_stockVolume +
", m_Image=" + m_Image +
", m_bCom=" + m_bCom +
", m_bScale=" + m_bScale +
", m_bConstant=" + m_bConstant +
", m_bPrintKB=" + m_bPrintKB +
", m_bSendStatus=" + m_bSendStatus +
", m_bService=" + m_bService +
", attributes=" + attributes +
", m_sDisplay='" + m_sDisplay + '\'' +
", m_bVprice=" + m_bVprice +
", m_bVerpatrib=" + m_bVerpatrib +
", m_sTextTip='" + m_sTextTip + '\'' +
", m_bWarranty=" + m_bWarranty +
", m_dStockUnits=" + m_dStockUnits +
", m_sPrinter='" + m_sPrinter + '\'' +
", supplierid='" + supplierid + '\'' +
", uomid='" + uomid + '\'' +
", memodate='" + memodate + '\'' +
'}';
public final String toString() {
return m_sRef + " - " + m_sName;
}
}