mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-15 20:18:39 +00:00
Core adjustments for pending issues
This commit is contained in:
parent
1831dc83c6
commit
e0aad5f865
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
class Account implements StructureElementInterface {
|
class Account implements StructureElementInterface {
|
||||||
private $id = 0;
|
private $id = 0;
|
||||||
private $name = '';
|
private $name = '';
|
||||||
|
|
@ -94,3 +94,4 @@ class Account implements StructureElementInterface {
|
||||||
return $this->total;
|
return $this->total;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
Loading…
Reference in New Issue
Block a user