IDEMPIERE-777 I found a bug at PrintData.getRowIndex() Method. Thanks to Hagiwara Hideaki
This commit is contained in:
parent
318f9d8745
commit
5781427ac6
|
@ -291,7 +291,7 @@ public class PrintData implements Serializable
|
|||
*/
|
||||
public int getRowIndex()
|
||||
{
|
||||
return m_matrix.getRowCount();
|
||||
return m_matrix.getRowIndex();
|
||||
} // getRowIndex
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue