mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-16 04:50:09 -04:00
Fix undeifined table_status error in Sale.php
This commit is contained in:
@@ -522,6 +522,10 @@ class Sale extends CI_Model
|
||||
$table_status = 0;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$table_status = 0;
|
||||
}
|
||||
|
||||
$sales_data = array(
|
||||
'sale_time' => date('Y-m-d H:i:s'),
|
||||
|
||||
Reference in New Issue
Block a user