diff --git a/db/property_manager.sql b/db/property_manager.sql index 5f61e6c..247bbae 100644 --- a/db/property_manager.sql +++ b/db/property_manager.sql @@ -3709,7 +3709,7 @@ INSERT INTO `pmgr_transactions` VALUES (369,'RECEIPT','2009-05-19 07:00:00',6,1, INSERT INTO `pmgr_transactions` VALUES (370,'RECEIPT','2009-05-10 07:00:00',9,1,1,'CREDIT',40.00,NULL); INSERT INTO `pmgr_transactions` VALUES (371,'RECEIPT','2009-05-10 07:00:00',31,1,1,'CREDIT',50.00,NULL); INSERT INTO `pmgr_transactions` VALUES (372,'RECEIPT','2009-05-10 07:00:00',40,1,1,'CREDIT',35.00,NULL); -INSERT INTO `pmgr_transactions` VALUES (373,'DEPOSIT','2009-05-20 07:00:00',NULL,20,20,'CREDIT',70.00,NULL); +INSERT INTO `pmgr_transactions` VALUES (373,'WITHDRAWAL','2009-05-20 07:00:00',NULL,20,20,'CREDIT',70.00,NULL); INSERT INTO `pmgr_transactions` VALUES (374,'RECEIPT','2009-05-20 07:00:00',14,8,8,'CREDIT',-70.00,NULL); INSERT INTO `pmgr_transactions` VALUES (375,'INVOICE','2009-05-20 07:00:00',14,1,1,'DEBIT',35.00,NULL); /*!40000 ALTER TABLE `pmgr_transactions` ENABLE KEYS */; @@ -3963,4 +3963,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2009-08-11 21:56:54 +-- Dump completed on 2009-08-11 21:59:38