Client debt displayed correctly
This commit is contained in:
parent
3fcebe26bf
commit
f65b53b567
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.405.62) stable; urgency=low
|
||||
hedera-web (1.405.63) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
SELECT o.id, o.date_send, o.note, o.company_id,
|
||||
ag.description agency, v.code method,
|
||||
ad.consignee, ad.zip_code, ad.city, ad.name address,
|
||||
t.*, c.credit, clientGetDebt(NULL) debt
|
||||
t.*, c.credit, myClientGetDebt(NULL) debt
|
||||
FROM basket o
|
||||
JOIN vn2008.Agencias ag ON ag.Id_Agencia = o.agency_id
|
||||
LEFT JOIN address_view ad ON ad.id = o.address_id
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<db-form property="form">
|
||||
<db-model property="model">
|
||||
<custom>
|
||||
SELECT clientGetDebt(NULL) debt
|
||||
SELECT -myClientGetDebt(NULL) debt
|
||||
</custom>
|
||||
</db-model>
|
||||
</db-form>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.405.62",
|
||||
"version": "1.405.63",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue