* pivot: fix error of declear global function.

This commit is contained in:
liugang
2023-10-24 16:58:00 +08:00
parent 82614d2259
commit fe2f8bafdb
+1 -1
View File
@@ -27,7 +27,7 @@ function loadProductSummary()
* @access public
* @return object|void
*/
function getCellSpanOfProductSummary(cell)
getCellSpanOfProductSummary = function(cell)
{
if((cell.col.name == 'name' || cell.col.name == 'PO') && cell.row.data.rowspan)
{