dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] 3665e9: In a previous commit the comm


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 3665e9: In a previous commit the command to change 'ref' h...
Date: Thu, 21 Mar 2019 10:28:44 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 3665e9137a4d9c0435aae67ecf12d4e9d68fff46
      
https://github.com/Dolibarr/dolibarr/commit/3665e9137a4d9c0435aae67ecf12d4e9d68fff46
  Author: andreubisquerra <address@hidden>
  Date:   2019-03-19 (Tue, 19 Mar 2019)

  Changed paths:
    M htdocs/takepos/invoice.php

  Log Message:
  -----------
  In a previous commit the command to change 'ref' has been deleted. And now 
TakePOS don't work.
In Dolibarr the next command not work on draft invoice:
$invoice->ref = "(PROV-POS-".$place.")";
So I return to the previous command:
$sql="UPDATE ".MAIN_DB_PREFIX."facture set ref='(PROV-POS-".$place.")' where 
rowid=".$placeid;


  Commit: 626e8528880c7b5fce8ec0e37a0ce835aeecf2fc
      
https://github.com/Dolibarr/dolibarr/commit/626e8528880c7b5fce8ec0e37a0ce835aeecf2fc
  Author: Laurent Destailleur <address@hidden>
  Date:   2019-03-21 (Thu, 21 Mar 2019)

  Changed paths:
    M htdocs/takepos/invoice.php

  Log Message:
  -----------
  Merge pull request #10892 from andreubisquerra/master

Fix a previous commit that causes TakePOS not work


Compare: 
https://github.com/Dolibarr/dolibarr/compare/aa33e4fd2a57...626e8528880c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]